2

if and elsemustache のパラメータ値でどのように論理的にしますか? お気に入り :

if ($a == "yes") 
  action
else
  action

またはのように、

if ($a == "yes") 
  action
else if ($a == "maybe") 
else
  action
4

1 に答える 1