AngularT

var  a=123;

console.log(typeof a);   //  number;

 

var  a=123+"";

console.log(typeof a);   //  string;

 

分类:

技术点:

相关文章: