PHP开发实例大全(提高卷) 中文完整pdf扫描版[244MB]
<?php
/* @var $this yii\web\View */
use yii\widgets\LinkPager;
use yii\helpers\Html;
$this->title = "My Yii Application";
?>
<?= Html::a('测试', ['site/index'], ['class' => 'profile-link']) ?>
转载请注明:谷谷点程序 » yii2 a链接的实现方法