console.dirxml(...data)


此方法调用 console.log() 将接收到的参数传给它。 此方法不会产生任何 XML 格式。

This method calls console.log() passing it the arguments received. This method does not produce any XML formatting.