js作一個簡單的相似vue的斗篷來解決內容未加載全閃一下的問題

<style>
html{
    display: none;  <!--開始的時候讓頁面所有隱藏-->
}
</style>




<script>
    function Web_Presentation() {
         document.querySelector('html').style.display='block'
    }
    window.onload=Web_Presentation  //所有加載完畢後顯示全部內容
</script>
相關文章
相關標籤/搜索