语句和表达式之间的区别最好通过实例说明,JavaScript(像Java)有两种不同的方式实现if-then-else。一种是用语句:
另一种是表达式:
转载于:https://www.cnblogs.com/huanghuali/p/7062059.html