方法:
原型:console.log( [String] ) 说明:用于在 console 窗口输出信息,一般用于程序调试使用示例: console.log支持arguments类型,比如: console.log('ex:', {a:1, b:2} , [1,2,3,4])