console.timeStamp([label])


此方法不会显示任何内容,除非在检查器中使用。console.timeStamp() 方法会在检查器的 时间线 面板中添加一个带有标签 'label' 的事件。

🌐 This method does not display anything unless used in the inspector. The console.timeStamp() method adds an event with the label 'label' to the Timeline panel of the inspector.