网站制作多少钱,施工企业平台,2023网页游戏大全,wordpress 友情链接分类1.代码
1.1 t2.js
var year test;
export { year };
1.2 t1.js import { year } from ./t2.jsalert(year);
1.3 t.html script typemodule src./t1.js/script
2.运行结果1.代码
1.1 t2.js
var year test;
export { year };
1.2 t1.js import { year } from ./t2.jsalert(year);
1.3 t.html script typemodule src./t1.js/script
2.运行结果