📅  最后修改于: 2022-03-11 15:03:24.088000             🧑  作者: Mango
代码示例1
Use "" + 5 + 6 to force it to strings.
This works with numerical variables too:
var a = 5;
var b = 6;
console.log("" + a + b);