// 接上面 function sayHello(name, age, fruit) { console.log(console.log(`我叫 ${name},我 ${age} 岁了, 我喜欢吃 ${fruit}`)) } 这里为什么要写两次console.log呢?
哈哈哈,才发现写多了个,感谢提醒啊,已改~
// 接上面 function sayHello(name, age, fruit) { console.log(console.log(`我叫 ${name},我 ${age} 岁了, 我喜欢吃 ${fruit}`)) } 这里为什么要写两次console.log呢?