我要检查一下正在运行的“发展中国家模式”。
用于:
页: 1
var Device = AppMobi.device.model;
try {
Device = Device.toLowerCase();
}
catch (Error) {
alert(Error);
}
return Device;
iii
这就是说:
var装置=CurrentDeviceModel();
关于Mobi“Emulator”的工作罚款,但在检查装置时发现错误。
TypeError: Result of expression "AppMobi.device" [Undefined] is not an object
任何帮助都将受到高度赞赏。
增 编