word编辑器解码集合

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

 

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