Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道为什么将文本放入bootstrap-wysiwyg 编辑器不起作用?复制/粘贴工作正常,但选择文本,将其拖到编辑器上并放下它没有效果。
谢谢。
因为实际的编辑器是一个<div>元素而不是一个<textarea>,正如您所期望的那样。
<div>
<textarea>
拖放由浏览器在 textarea 上处理,但 div 并不是真正的控制元素。