Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法隐藏 javascript 微模板
喜欢:
<script id="id" type="text/html"></script>
或者至少将所有模板放在一个 js 文件中并以某种方式调用它们???
尝试通过 AJAX 加载它们,并将它们作为字符串存储在变量中。这样,您可以按需加载它们。也有一个方便的缓存机制。