Console用于输出提示,日志等。支持trace, debug, log, info, warn, error等函数。
使用
console.log("Hello");console.warn("dangerous!!");