2
您好我正在處理Windows 8 JavaScript的html5應用程序我試圖在地鐵應用程序中使用Java腳本實現初始屏幕。在地鐵應用程序中的初始屏幕
<script type="text/javascript">
window.onload=timeout;
function timeout(){
window.setTimeout("redirect()",3000)
}
function redirect(){
window.location="expand.html"
return
}
</script>
這是HTML代碼,我嘗試這一個其工作良好ü可以解釋我如何在Java腳本地鐵的應用程序來實現,預先使用此感謝。