摘要:
DOM0级别与DOM2级别是什么 Historically, like DOM, the event models used by various web browsers had some significant differences. This caused compatibility pro 阅读全文
摘要:
" Bluebird author here. V8 promises implementation is written in JavaScript not C. All JavaScript (including V8's own) is compiled to native code. Add 阅读全文
摘要:
因为vue在initData的时候 function initData(vm){ let data = vm.$options.data data = vm._data = typeof data ‘function’ ? getData(data, vm) : data || {} /* 因为在这 阅读全文