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.
我已将它们上传到公共文件夹。除了这两个之外,一切都有效。
我需要添加一些额外的“Google Drive Hosting”脚本吗?
或者它应该没有任何额外的工作,我需要重新检查我的代码?
非常感谢!
我在上传我的自定义 Jquery 插件时也遇到了同样的问题,bt 我可以将 js 文件上传到已经用于我以前的项目的现有文件夹,我只在创建新文件夹时遇到了这个问题
但是在我的新文件夹中,我刚刚删除了那个 js 文件并再次上传它,它在我 nw 工作
将文件另存为该文件的 .js 内容
(function ( $ ) { $.fn.doValidation = function(options) { //ur code goes here }( jQuery ));