console.log() 方法是向Web 控制台输出一条消息。使用方法也非常简单。 console.log('hello world'); // logs "hello world" let num = 12; console.log(num) //logs ...
確定! 回上一頁