微博:天機(jī)常自在
![240](https://cdn2.jianshu.io/assets/default_avatar/14-0651acff782e7a18653d7530d6b27661.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP屬地:陜西
1雹食、字符串拼接 varb =100+'10'; console.log(b) // 10010 2、== 運算符 console.log ( 100 == '100' )...
1群叶、console.log ( JSON.stringify ( { a:10, b:20 } ) ) ; // {"a":10,"b":20} 2、console....
1街立、typeof undefined // undefined 2、typeof 'abx' // string 3埠通、typeof 123 // number ...
轉(zhuǎn)載自 : http://www.cnblogs.com/lxq1990/archive/2012/11/04/2754226.html 一、JavaScript值類型和引用...