在JavaScript中如何使用内联if语句?还有内联的else语句吗?
if
else
就像这样:
var a = 2; var b = 3; if(a < b) { // 做某事 }
用户名或邮箱地址
密码