|
original poster
hbghlyj
posted 2023-5-11 02:01
Last edited by hbghlyj 2023-5-12 17:34用这段代码可编辑引用部分 | - let q=document.querySelector('.quote');
- q.setAttribute("contenteditable", true);
- q.setAttribute("onblur","editorform.noticetrimstr.value=html2bbcode(document.querySelector('.quote').outerHTML)")
Copy the Code
| 演示 |
|
|
|