11 2023 档案

摘要:js中有六个false的值 console.log(Boolean(false)) console.log(Boolean(undefined)) console.log(Boolean("")) console.log(Boolean(0)) console.log(Boolean(null)) 阅读全文
posted @ 2023-11-24 15:20 伪装大牛 阅读(35) 评论(0) 推荐(0)
摘要:其他章节function BillEdit(Jquerygrd) { var self = this; this.grd = Jquerygrd this.editIndex = undefined this.GetCurrentIndex=function (){ let index=null l 阅读全文
posted @ 2023-11-20 14:55 伪装大牛 阅读(172) 评论(0) 推荐(0)