金融理财网站建设方案,做贺卡 网站,公司网站建设的视频教程,怎么做网站首页关键词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.运行结果