#switch
//当variable为数字0的时候,case为true,会执行第一段case代
switch (variable) { case 'value': # code... break; default: # code... break; }
//当variable为数字0的时候,case为true,会执行第一段case代
switch (variable) { case 'value': # code... break; default: # code... break; }
转载于:https://www.cnblogs.com/higreen/p/9772121.html