yii2.0中如何引入js/css文件呢
yii2.0中如何引入js/css文件呢
慕尼黑8549860
2019-03-03 08:04:14
TA貢獻(xiàn)2019條經(jīng)驗(yàn) 獲得超9個(gè)贊
<?php $this->beginBody() ?>
<?php echo $content;?>
<?php $this->endBody() ?>
<?php $this->head() ?><?php $this->beginPage() ?><?php
$this->endPage();?>加上就有了
舉報(bào)