function teacher (name,age,type){ this.name = name; this.age = age; this.type = t...
function teacher (name,age,type){ this.name = name; this.age = age; this.type = t...
//員工方法 function Emp(post,wage){ this.post = post; this.wage = wage; } //部門方法 functi...
/* 今天學習了JS的解析與執(zhí)行過程撮慨,感覺好牛逼竿痰,記錄下來,以便日后復習 */ //一階段 var a = 5; function f(n){ alert(a); } f()...
這兩天學習了JavaScript創(chuàng)建對象,老師留下的作業(yè)规伐,感覺挺有意義的蟹倾,于是保存下來! /* 1、創(chuàng)建一個學生類鲜棠,里面有名字肌厨、年齡、性別屬性 2岔留、創(chuàng)建一個班級類夏哭,里面有名字...