gpt4 book ai didi

javascript - Chrome 命令行 API 中的 table() 是什么

转载 作者:搜寻专家 更新时间:2023-11-01 05:12:19 25 4
gpt4 key购买 nike

在 Chrome Dev Tools 控制台中,有一个名为 table 的函数,如下所示:

enter image description here

所以我去了Command Line API Reference , 但在那里没有找到 table 。

有人知道它是什么和做什么吗?谢谢

最佳答案

我只能推测它是一个尚未记录的模拟实现 Firebug Console API method :

console.table(data[, columns])

Allows to log provided data using tabular layout. The method takes one required parameter that represents table-like data (array of arrays or list of objects). The optional columns parameter can be used to specify columns and/or properties to be logged (see more at softwareishard.com).


在最初的问题之后一段时间,它是 finally documented :

table(data[, columns])

Log object data with table by passing in a data object in with optional column headings

关于javascript - Chrome 命令行 API 中的 table() 是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19981445/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com