javascript 关闭错误提示
Posted on 五月 4th, 2011 by Jerry Jee
<script type=”text/javascript”>
window.onerror = function(){
return true;
}
</script>
Popularity: 1%
Posted on 五月 4th, 2011 by Jerry Jee
<script type=”text/javascript”>
window.onerror = function(){
return true;
}
</script>
Popularity: 1%
You must be logged in to post a comment.