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.
我使用了carrierwave并关注了链接 但不能让它像jquery-fileupload链接的演示
谁能指导我将js文件和图像的文件放在哪里以及如何在html中包含javascript。
如果有 Rails 的任何教程或示例,那就太好了……谢谢
不同的人对可以将文件保存在哪里有不同的看法。一般来说,
js
script
img
images
media
在 HTML 中包含 JS 是这样完成的
<script type='text/javascript' src='path/to/jsfile.js'></script>