191 Star 1.6K Fork 454

Gitee Community / bullshit-codes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tryCatch.js 261 Bytes
一键复制 编辑 原始数据 按行查看 历史
cailong 提交于 2019-05-29 10:06 . tryCatch正确用法 你用对了吗?
/**
* Create Time 2019/5/29
* tryCatch 高级用法
* @author cailong
**/
(function(){
try{
something
}catch (e){
//看似平淡无常 实则惊涛骇浪
window.open("//www.baidu.com/s?wd=" + e.message, "_blank");
}
}());
1
https://gitee.com/gitee-community/bullshit-codes.git
git@gitee.com:gitee-community/bullshit-codes.git
gitee-community
bullshit-codes
bullshit-codes
master

搜索帮助