js - tips點

JSON.stringify(function (){}) // undefined class Obj { constructor (){ } get () { console.log(1); } } typeof Obj // undefined JSON.stringify(Obj); // undefined script通常是同步加載 script動態加載是異步(有時候
相關文章
相關標籤/搜索