$(document).ready(function () { $(".content").each(function () { var content = $(this).html(); $(this).html(zDecodeEditor(content)); }); });
时间: 2024-10-01 04:29:43
$(document).ready(function () { $(".content").each(function () { var content = $(this).html(); $(this).html(zDecodeEditor(content)); }); });