编辑代码

 const place="长城";
 const h="hello ";
 console.log("%s,%s",place,h);
// //console.log(`${place},${h}`);