自己加入name即可
<span><</span><span>script </span><span>id=</span><span>"editor" </span><span><span>name=</span><span>"aaaaa"</span></span><span>type=</span><span>"text/plain" </span><span>style=</span><span>"width:1024px;height:500px;"</span><span>></</span><span>script</span><span>></span>
接收的地方
<pre class="brush:php;toolbar:false"><span>$_POST</span><span>[</span><span>'aaaaa'</span><span>];</span>
The above introduces the name posted by the ueditor custom form, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.