PHP has a solution to this, and it is called switch/case statements. In a switch/case block you specify what you are checking against, then give a list of ...
確定! 回上一頁