问题集锦 ~ PHP

#switch

//当variable为数字0的时候,case为true,会执行第一段case代
switch
(variable) { case 'value': # code... break; default: # code... break; }
posted @ 2018-10-11 14:14  绿静風  阅读(90)  评论(0编辑  收藏  举报