Which is Faster and better, Switch Case or if else if?哪种方法更好更快:如果还是切换?[cc lang=php]if(x==1){ echohi;} else if (x==2){ echobye;}sw...
確定! 回上一頁