错误对象 try{ aa();//这是一个未被定义的方法 }catch(e){ alert(e.name+":"+e.message);//输出:ReferenceError:aa is not defined }finally{ alert('我总是被调用'); } 对象是通过引用传递的 数组 调用时传递一个参数表示数组长度 - var arr=new Array(5)超过两个参数则显示指定了数组中的值 - var arr=new Array(1,2,3'name',null,,);…
简单的示例Shell程序 示例1. #!/bin/bash #This is to show what a shell script looks like echo "Our first example" echo # This inserts an empty line in output. echo "We are currently in the following directory." /bin/pwd echo echo "This direc…
视频来源:麦子学院[看来是麦子的忠实粉丝] 讲师:King我只是想记住对应的中文翻译:Uncaught SyntaxError: missing ) after argument list//属性列表后缺失) var声明变量,如果声明了变量却没有赋值,默认值为undefined 科学计数法:7.8x10^7,简写为"7.8E7"的形式, 3e-3 = 3*10^-3(大小e都成),当值过大或过小时,默认为 Infinity无穷大或-infinity无穷小 NaN Not a Numbe…