在yii中,一个controller会包含若干个action。 ... <?php class TestController extends Controller { public function actionHello($name='ball'){ ...
確定! 回上一頁