摘要:
视频常用属性及方法 <video id="video" src="vue-mobile/media/sh.mp4" controls poster="vue-mobile/media/video-bg.jpg" x5-playsinline="true" webkit-playsinline="tr 阅读全文
摘要:
document.documentElement || document.body 是为了消除标准模式和怪异模式之间的差别而做的兼容 document.body.clientWidth ==> BODY对象宽度 document.body.clientHeight ==> BODY对象高度 docu 阅读全文
摘要:
一、总结 其中 export default、export、import 属于ES6产物,module.exports和require属于node.js产物。 require:node 和 es6 都支持的引入 (CommonJS规范) export / import:只有es6 支持的导出引入 m 阅读全文
摘要:
可以在上面编写JavaScript或TypeScript代码,并且获得即时反馈。它的左边是代码区域,右边是输出结果的地方。目前支持主流的macOS、Windows、Debian和Universal Linux平台。 这样可以作为一个训练你写JavaScript代码的调试器,当你有一个想法要用JS代码 阅读全文