switch (表達式) { case 值1: ........ break; case 值2: ........ break; default: ........ } ``` ### admin.php ``` assign("WEB", $WEB); /*---- 程式結尾-----*/ $smarty->display('theme.html'); /*---- 函數區-----*/ ```
assign("WEB", $WEB); /*---- 程式結尾-----*/ $smarty->display('theme.html'); /*---- 函數區-----*/ ```