复制1function getPersonInfo(one, two, three) { 2 console.log(one) 3 console.log(two) 4 console.log(three) 5} 6 7const person = 'Lydia' 8const age = 21 9 10getPersonInfo`${person} is ${age} years old`
1function getPersonInfo(one, two, three) { 2 console.log(one) 3 console.log(two) 4 console.log(three) 5} 6 7const person = 'Lydia' 8const age = 21 9 10getPersonInfo`${person} is ${age} years old`
本题为“单选题”
题库维护不易,您的支持就是我们最大的动力!