kateier

Results 6 comments of kateier

require是编译时执行,read是运行时执行,所以才会有差异吧,这个不是坑,只是你不懂而已。

原来有一个npm https://www.npmjs.com/package/ztree

名称:胖虎 地区:中国西安 联系邮箱:[[email protected]]([email protected]) 使用场景和规模:使用 nocalhost 开发应用,并在 k8s 集群中运行和调试,目前就我个人在用,在研究中,repo比较多,准备在配置完所有repo后,都搞定后,在团队内分享 是否同意作为用户案例展示:是

I find ,the correct statement is blow: ` rome(document.querySelector('#date')).on('data', function (value) {console.log(value);}); ` simple ` var test=rome(dom_id); test.on('data',function (d) { alert(d); }) ` `