使用ueditor在php里的post接受不到值
<br />
<form action="__URL__/save" method="post"><br />
<br />
<textarea name="a_content" id="content"></textarea><br />
<br />
<script type="text/javascript"><br />
var editor = new UE.ui.Editor();<br />
editor.render("content");<br />
</script><br />
<br />
<button type="submit" class="save">保存</button><br />
<br />
</form> <br />
如果获取其他input的值则可以,a_content就是死活获取不了,我用的是thinkphp
------解决方案--------------------不存在$a_content这个变量还是,$a_content为空?!
------解决方案--------------------html修改成:
PHP输出:
var_dump($_POST);
------解决方案--------------------请确认你的代码是正确的(离开框架可以正确运行)
观看了一下他的样例代码,没有一个是像你这般写的
------解决方案--------------------看看编辑器里面的内容是否就是
的值
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn