console.log的另一种用法

// console.log用法
var foo, bar;
console.log(`foo's type: ${foo}`, `bar's type: ${bar}`);

输出:

 

posted @ 2019-10-19 12:47  勾践  阅读(202)  评论(0编辑  收藏  举报