1.五种基本类型:Undefined,NULL,String,Number,Boolean
typeof 返回值:string,number,object
把非数值转化为数值 : Number(undefined);//NaN
parseInt("123");
如果不能确定传递多少个参数,则不传,arguments[0]
2.深拷贝与浅拷贝
1.五种基本类型:Undefined,NULL,String,Number,Boolean
typeof 返回值:string,number,object
把非数值转化为数值 : Number(undefined);//NaN
parseInt("123");
如果不能确定传递多少个参数,则不传,arguments[0]
2.深拷贝与浅拷贝
本文标题:前端红宝书
本文链接:https://www.haomeiwen.com/subject/byzfyttx.html
网友评论