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.
在我为我的 asp.net 构建的库中,是否可以将 javascript 文件嵌入为嵌入式资源,并且仍然能够通过 URL 调用和/或脚本标记检索它,而无需创建辅助 ashx 来加载 javascript ?
这是完全可能的。
一个快速的谷歌想出了这个非常好的教程在 ASP.NET 中管理你的 JavaScript 库