//当variable为数字0的时候,case为true,会执行第一段case代switch (variable) { case 'value': # code... break; default: # code... break; }