首页 新闻 会员 周边
4
回答数

已解决问题 10 javascript 问题

function show1(a){ alert(3 > a > 2); //false show(1) alert(2 < a < 3); //ture alert(2 < a < 3 > 2);