JavaScript嵌套的IF / ELSE语句
Nesting if/else statements helps to organize and isolate conditions in order to avoid testing the same condition twice or to minimize the number of times various tests need to be performed. 嵌套if /...