Stories

List
Create Time

yii 速查手冊

生成url use yii\helpers\Url; $url = Url::to(['post/view', 'id' = 100]); Url::to(['post/view', 'id' = 100, '#' = 'content'],true); 帶域名http://yii.api.shanliwawa.top:80/post/view?id=100#content // 主頁URL:/i