如果第一个参数是格式字符串(使用了格式占位符), console.log 方法将依次用后面的参数替换占位符,然后再进行输出。 console.log(' %s + %s = %s', ...
確定! 回上一頁