当前位置:Gxlcms > PHP教程 > ueditor自定义表单post过来的name

ueditor自定义表单post过来的name

时间:2021-07-01 10:21:17 帮助过:72人阅读

自己加入name即可
<script id="editor" name="aaaaa"type="text/plain" style="width:1024px;height:500px;">script>
接收的地方
$_POST['aaaaa'];

以上就介绍了ueditor自定义表单post过来的name,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

人气教程排行