javaScript內置對象Date

Date(); 屬性: constructor(); 創建此對象Boolean函數的引用 prototype(); 向對象添加屬性和方法 例: <script> function employee(name,job,born) {     this.name=name;     this.job=job;     this.born=born; } var bill=new employee("s
相關文章
相關標籤/搜索