ueditor自動(dòng)格式化代碼如何取消?
比如:
<ul style="padding-right: 0px; padding-left: 0px; margin: 0px; list-style-type: none; list-style-image: none; color: rgb(0, 0, 0); font-family: 微軟雅黑, verdana, arial, sans-serif; ">
會(huì)被自動(dòng)處理為
<ul style="list-style-type: none;" class=" list-paddingleft-2">
設(shè)置一下過濾白名單
參考文檔:《百度編輯器配置文件》
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!