0

私はhttp://zsprawl.com/iOS/2012/05/navigation-bar-with-nativecontrols-in-cordova/と最新バージョンのCordovaとXcodeを使用しています。私はJavascriptで関数を見つけました、下を見てください。

index.htmlをリンクするにはどうすればよいですか?

function onLeftNavButton() {
    window.location("index.html");
}

window.location("file://www/index.html");window.location("file://index.html"); window.location("./index.html"); どちらも働かないでください、そして私もwindow.loction.href働かないなら。

私がやればalert("123");それはうまく機能しています!

4

1 に答える 1

1

私はそう思う

windows.location.href = "index.html";

乾杯。

于 2012-10-29T12:15:44.127 に答える