display HTML page after loading complete

后端 未结 5 1640
忘掉有多难
忘掉有多难 2020-12-01 02:10

Is there a way to force the browser to display a page only after all of the page\'s contents are completely loaded (such as images, scripts, css, etc)?

5条回答
  •  情深已故
    2020-12-01 02:38

    you can also go for this.... this will only show the HTML section once javascript has loaded.

    
    
    
    
    
    
    ##Content##

提交回复
热议问题