在php switch中是否有使用“OR”运算符或等效的方法?例如,类似这样的内容: switch ($value) { case 1 || 2: echo 'the value is either 1 or 2'; ...
確定! 回上一頁