让网页中的输入框能够输入类似博文的富文本最少需要改多少代码?1k?500?100?
2行!
#1: 引入控件库
#2: 为输入框添加相应的控件类, 譬如richtext, < textarea class='richtextcode col-md-12' name='richtc' cols=100 rows=6 title="Click 'code' at top-right to see text source code" > < / textarea >
不多废话,上效果图