I know that input is submitted using name identification, so the rich text editor writes it like this<script id="editor" type="text/plain" style="width:100%;height:400px;"> </script>, where is the name written, and how can it be recognized by the background?
Hello *** document, look at the Baidu rich text index.html file, there is the obtained code, assign it to <input type="hidden">, ajax, or form submission
You can textarea <textarea id="editor" name="content"> and then initialize it in js var ue = UE.getEditor('editor')