2014-01-17 24 views

回答

2

您可以從下面的代碼加載啓動畫面(您需要包括JQuery的)

window.onload = function() { 
    $("#yourSplashScreenId").show(); 
    };