js 函数

1.js 异常

try{
    throw  "nihao!";
}catch(e){
     alert(e);
}spa

相关文章
相关标签/搜索