标签: javascript
我不明白为什么3> 2> 1返回false而1 <2 <3返回true。
alert(" is 3>2>1 " + 3>2>1 ) // false alert(" is 1<2<3 " + 1<2<3 ) // true