html里直接引用es6的js代码(不通过webpack等打包工具)
2021-02-20 04:42
阅读:456
标签:cdn style js代码 bsp module webp div 编写 https 1.在html里引入包 2.编写es6文件 3.引用es6文件并使用 github地址:https://github.com/lukehoban/es6-module-loader html里直接引用es6的js代码(不通过webpack等打包工具) 标签:cdn style js代码 bsp module webp div 编写 https 原文地址:https://www.cnblogs.com/kiancyc/p/12922564.html
// mymodule.js:
export class q {
constructor() {
console.log(‘this is an es6 class!‘);
}
}
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:html里直接引用es6的js代码(不通过webpack等打包工具)
文章链接:http://soscw.com/index.php/essay/57841.html
文章标题:html里直接引用es6的js代码(不通过webpack等打包工具)
文章链接:http://soscw.com/index.php/essay/57841.html
评论
亲,登录后才可以留言!