我如何才能实现这样的事情:拥有多个文本区域,而只想要一个工具栏。我想要的:
<div id="Editor">
<!-- Toolbar will go here -->
</div>
<textarea>Some content...</textarea>
<textarea>Some content...</textarea>
发布于 2010-04-10 17:37:15
查看/_samples/html/sample10.html文件,因为这只是一个示例。
https://stackoverflow.com/questions/2579571
复制相似问题