先上代码
<?php
/* @var $this yii\web\View
*/
$this->registerMetaTag(['name' => 'keywords', 'content' => 'keywords']);
?>
参数值写在最后一个
keywords
例如 $model->keywords;
先上代码
<?php
/* @var $this yii\web\View
*/
$this->registerMetaTag(['name' => 'keywords', 'content' => 'keywords']);
?>
keywords
例如 $model->keywords;