(一)在function里面
(1)return;
(2)return false;
(二)非function方法里面
alert("before error.");
throw SyntaxError();
alert("after error.");
(三)非function方法里面
$("body").on("tap",".go-detail",function(e){
e.preventDefault();
e.stopPropagation();
}
版权属于:小小窝/禾下月
本文链接:https://hxyxyz.top/index.php/Web/172.html
本站文章采用 知识共享署名4.0 国际许可协议 进行许可,请在转载时注明出处及本声明!