Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /d/web/wudimei.com/www/W/M/Lang.php on line 5

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /d/web/wudimei.com/www/W/M/Lang.php on line 5
ckeditor里的html实体被自动转义怎么办? 无敌美 www.wudimei.com

php程序员业余承接网页制作、软件开发。

有需要请联系13714715608

看看案例...

ckeditor里的html实体被自动转义怎么办?

2016-11-12 13:18:25 wudimei

ckeditor里的html实体被textarea自动转义怎么办?

其实很简单,加上htmlspecialchars()函数就可以了。

<textarea id="content" name="content"><?php echo htmlspecialchars(  $row->content); ?></textarea>  
<script type="text/javascript">
        CKEDITOR.replace( 'content' );
</script>

联系我们

我们期待收到您的消息

CAPTCHA
表单提交成功!
To activate this form, sign up at
https://startbootstrap.com/solution/contact-forms
发送消息时出错!