// console.log用法 var foo, bar; console.log(`foo‘s type: ${foo}`, `bar‘s type: ${bar}`);
输出:
原文地址:https://www.cnblogs.com/goujian/p/11703501.html
时间: 2024-10-12 14:01:16
// console.log用法 var foo, bar; console.log(`foo‘s type: ${foo}`, `bar‘s type: ${bar}`);
输出:
原文地址:https://www.cnblogs.com/goujian/p/11703501.html