b
bg7zag 的博客
cqcqcq,这里是BG7ZAG,会coding的HAM,分享生活趣事、建站技术、前端开发、汽车相关、deepin系统、业余无线电等!73!
bg7zag · 注册于 2026-09-17 · 457 博文 · 0 帖子 · 0 回复
筛选: 标签「Require-text」 ✕ 清除
Require-text
链接上require.js 1. <script src="require.js" data-main="index"></script> **index.js** 1. require(['template','text!T/t1.html'],function(template,t1){ 2. // c...