node.js console.info方法
方法说明: 该方法与 console.log() 相同。直接调用console.log。
语法: console.info([data], [...])
接收参数: 接受若干个参数,如果只有一个参数,则输出这个参数的字符串形式。 如果有多个参数,则以类似于C语言printf()命令的格式输出。 如果没有参数,只打印一个换行符
例子:
源码:
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.