x
//a不能是null或undefined 不然报错
var a=true;
console.log(a.toString());
//无限制
var b=true;
console.log(String(b));