JavaScript 文件位置
我想将 javascript 插件文件及其样式 css 文件合并到一个文件夹下。我还想在 javascript 文件本身内添加对 css 文件的引用。 最好的方法是什么?
现在我无法获取js文件位置。
I want to unite the javascript plugin file an its style css file under one folder. I also want to add th reference to the css file inside the javascript file itself.
What is the best way to do so?
Right now I can't get the js file location.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你不关心支持IE:
否则,这是不可能的。
If you don't care about supporting IE:
Otherwise, it's impossible.