摘要:默认情况下,ueditor的内容通过PHP导入到DB中,会将内容中的html进行转义操作,此时读取显示就会有问题 step 1: $content = htmlspecialchars_decode($content); 传入DB之前对内容进行普通字符转换 step 2: 使用initalConte
阅读全文
posted @ 2018-11-27 11:07
posted @ 2018-11-27 11:07
posted @ 2018-11-23 16:15
posted @ 2018-11-23 15:29