帝国教程

推荐两组非常好用的代码

来源:帝国CMS模板网 作者:毒盅 时间:2026-07-08
浏览:24 收藏 点赞(0)
简介:为了防止网页模板被盗用 网页出现错误 //容错脚本 ResumeError=function () { return true; } window.onerror = ResumeError;

为了防止网页模板被盗用

 <noscript>
<iframe scr="*.htm"></iframe>
</noscript>

网页出现错误

<script type="text/JavaScript">
 //容错脚本
ResumeError=function ()
 {
        return true;
}
window.onerror = ResumeError;
</script>
在线
客服