聯(lián)系官方銷售客服
1835022288
028-61286886
后臺Table類模板百度編輯器自動過濾問題
開發(fā)了一個插件,用到了后臺Table類,在數(shù)據(jù)提交的模板info_post.html里用了一個百度編輯器(用開發(fā)者工具生成的字段HTML代碼,生成時也勾選了不過濾xss),提交數(shù)據(jù)時會自動xss過濾,導(dǎo)致字體顏色加粗等設(shè)置都失效,請問大神該如何解決?
<?php echo dr_fieldform('{"name":"內(nèi)容","fieldname":"content","ismain":"1","fieldtype":"Ueditor","setting":{"option":{"down_img":"0","down_img_type":"0","watermark":"0","show_bottom_boot":"0","mini":"0","autofloat":"0","autoheight":"0","page":"0","mode":"1","tool":"\'bold\', \'italic\', \'underline\'","mode2":"1","tool2":"\'bold\', \'italic\', \'underline\'","mode3":"1","tool3":"\'bold\', \'italic\', \'underline\'","attachment":"1","image_reduce":"","value":"","width":"100%","height":"300","css":""},"validate":{"required":"1","pattern":"","errortips":"","xss":"1","check":"","filter":"","formattr":"","tips":""}},"ismember":"1"}', $content);?>
入庫的時候做處理,把變量改成$_POST接收