<span id="spc7x"></span>

    <th id="spc7x"></th>

    <li id="spc7x"><object id="spc7x"></object></li>
  1. <rp id="spc7x"></rp>
      <th id="spc7x"><pre id="spc7x"></pre></th>

      <button id="spc7x"><acronym id="spc7x"></acronym></button>

      首頁 > 設計 > WEB開發 > 正文

      顯示客戶端頁面執行時間的代碼

      2020-10-03 17:39:55
      字體:
      來源:轉載
      供稿:網友

      在頁面開始加入:

      <script>
      var now1 =new Date()
      StarTime_S=now1.getTime()
      </script>

      在頁面結束前加入:

      Client: <script> 
       var now1 =new Date()
       EndTime_S=now1.getTime()
       document.write ((EndTime_S-StarTime_S)+"ms");
       </script>

      即可。

      發表評論 共有條評論
      用戶名: 密碼:
      驗證碼: 匿名發表
      精品国产青草久久久久福利

        <span id="spc7x"></span>

        <th id="spc7x"></th>

        <li id="spc7x"><object id="spc7x"></object></li>
      1. <rp id="spc7x"></rp>
          <th id="spc7x"><pre id="spc7x"></pre></th>

          <button id="spc7x"><acronym id="spc7x"></acronym></button>