wxjs为什么不能使用if(10<x<20){}的写法而要写成if(10<x && x<20){}?发布于 7 年前作者 guiyingluo8368 次浏览最后编辑 7 年前来自 issueswxjs为什么不能使用if(10<x<20){}的写法而要写成if(10<x && x<20){}?