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對象等
相關文章
相關標籤/搜索