js - tips点

JSON.stringify(function (){}) // undefined class Obj { constructor (){ } get () { console.log(1); } } typeof Obj // undefined JSON.stringify(Obj); // undefined script通常是同步加载 script动态加载是异步(有时候
相关文章
相关标签/搜索