javascript的console.log怎么用

2024年11月16日 21:28
有1个网友回答
网友(1):

console.log(要输出的对象);结果会在浏览器控制台显示。如:console.log("测试");运行页面时会在页面控制台输出“测试”二字。