摘要: public function actionSay($message = 'Hello') { return $this->render('say', ['message' => $message]); } 实际是say方法,渲染到say视图里面了。 http://hostname/index.ph 阅读全文
posted @ 2017-10-10 13:54 蜗牛使劲冲 阅读(30) 评论(0) 推荐(0)