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.
使用 Titanium Mobile,您可以包含以下模块:
ASW = Ti.include('./modules/amazon').load();
TideSDK 失败。我看了又看,一无所获!很可能我错过了一些明显的东西。帮助!?
据我所知,模块是使用 require 函数访问的。对于 Ti.include 我不确定。所以尝试使用如下的require函数:
var ASW = require('./modules/amazon');
而已。希望它会有所帮助