📜  HTML | DOM console.timeEnd() 方法

📅  最后修改于: 2021-11-10 04:24:23             🧑  作者: Mango

HTML 中的console.timeEnd()方法用于结束由console.time()方法启动的计时器。这可用于计算某些操作的时间以进行测试。

句法:

console.timeEnd( label )

参数:此方法接受可选的单个参数标签。用于指定要停止的定时器的标签。

示例 1:



  

    
        DOM console.timeEnd() Method
    

  

    

            GeeksforGeeks         

       

DOM console.timeEnd() Method

       

        Clicking the START TIMER button executes         console.time() to start the timer.
          Clicking the END TIMER button executes         console.timeEnd() to end the timer.     

                                 

输出:
时间结束示例 1
控制台视图:
timeEnd 示例 1 控制台

示例 2:



  

    
        DOM console.timeEnd() Method
    

  

    

            GeeksforGeeks         

       

DOM console.timeEnd() Method

       

        Clicking the START TIMER button starts         the timer with label 'timer 1'.
        Clicking the END TIMER button ends the         timer with label 'timer 1'.     

                       

        Clicking the START TIMER button starts          the timer with label 'timer 2'.
          Clicking the END TIMER button ends the         timer with label 'timer 2'.     

                          

输出:
时间结束示例 2
控制台视图:
timeEnd 示例 2 控制台

支持的浏览器: console.timeEnd()方法支持的浏览器如下:

  • 谷歌浏览器
  • 浏览器 11.0
  • 火狐 10.0
  • 歌剧
  • Safari 4.0