网友办法:http://www.hongxuejing.com/hulianwang/ueditor_not_show_background-33.html

官方办法:http://fex-team.github.io/ueditor/#start-uparse

我的解决方法:

  在文章结尾加上:

<div >
    $(function () {
        var cbg = $("#content p[data-background]:hidden");
        if(cbg.length>0)
            $("#content").attr("style", cbg.attr("data-background"));
    })
</script>

 

相关文章:

  • 2021-11-04
  • 2021-09-27
  • 2021-07-20
  • 2022-02-18
  • 2021-12-25
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2021-06-25
  • 2021-12-29
  • 2021-11-04
  • 2021-11-04
  • 2021-11-04
  • 2021-11-04
相关资源
相似解决方案