【发布时间】:2010-06-14 12:26:13
【问题描述】:
我像这样使用 tinyMCE:
$usetinymce="tinyMCE.init({
entity_encoding : \"raw\",
elements : \"text,newstext\",
mode : \"exact\",
theme: \"advanced\",
theme_advanced_buttons1 : \"bold,italic,underline,strikethrough,separator,\"
+ \"justifyleft,justifycenter,justifyright,justifyfull,formatselect,\"
+ \"bullist,numlist,outdent,indent\",
theme_advanced_buttons2 : \"link,unlink,anchor,image,separator,\"
+\"undo,redo,cleanup,code,separator,sub,sup,charmap\",
theme_advanced_buttons3 : \"\"
});";
如果我插入一个链接,它看起来像: http://www.111.gr/\">www.111.gr/
这个额外的\是如何添加的?我也做了一个 print_r($_POST) 并且仍然出现。
任何帮助
【问题讨论】: