word编辑器解码集合

$(document).ready(function () {
        $(".content").each(function () {
            var content = $(this).html();
            $(this).html(zDecodeEditor(content));
        });
    });

 

posted @ 2015-09-29 19:29  XCml  阅读(193)  评论(0)    收藏  举报