我目前正在尝试从 URL导入我的脚本之一require
,但在这种情况下该函数似乎不起作用。
var functionChecker = require("http://javascript-modules.googlecode.com/svn/functionChecker.js");
这是此脚本生成的错误消息的摘录:
Error: Cannot find module 'http://javascript-modules.googlecode.com/svn/functionChecker.js'
有没有办法从 node.js 中的 URL 导入脚本?