JS中的4大对象

一.内置对象javascript 例如:Date,Math等java 二.自定义对象浏览器 function Student(id,name,sal){ //this指向s引用 this.id = id; this.name = name; this.sal = sal; } 三.浏览器对象 例如:window对象,document对象,status对象,location对象,history对象等
相关文章
相关标签/搜索