可以使用contenteditable属性作为html编辑器吗?例如,将Youtube可嵌入代码粘贴到具有contenteditable属性的div中,以便能够立即观看视频。
<div class="editable" contenteditable="true"> Text or html here… </div>
也许还有其他建议,如何在不刷新页面的情况下做到这一点?
https://stackoverflow.com/questions/6571775
相似问题