word编辑器解码集合

$(document).ready(function () {
        $(".content").each(function () {
            var content = $(this).html();
            $(this).html(zDecodeEditor(content));
        });
    });
原文地址:https://www.cnblogs.com/lk-kk/p/4847112.html