所以,我使用的是 IBM Worklight,我在其中调用了主文件file1.html
,然后我创建了另一个名为file2.html
.
我正在尝试打开 file2 但到目前为止还没有运气。我尝试了以下代码:
$(this).load("file2.html");
$("div1").load("file2.html"); //div1 is the id for outer div of file1
WL.App.openUrl("file2.html");
window.openURL("file2.html");
这些都不起作用!有什么建议么?