js通过模板字符串调用的函数,参数值解析
输出是什么?function getPersonInfo(one, two, three) { console.log(one) console.log(two) console.log(three)}const person = 'Lydia'const age = 21getPersonInfo`${person} is ${age} years old`输出是 ["", " is “, " years old”] “Lydia” 21如果使用标