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.
module.exports = { LogValue1: function (data) { return somevalue; }, }; var fetch = require('./static/fetchData'); fetch.LogValue1(data);
如果问题出在 require 部分,则需要为此 requireJs。
只需添加到您的页面。
http://requirejs.org/