Yii框架中如何引入CSS和JS文件?

已邀请:

zkbhj - 凯冰科技站长

赞同来自:

<?php
use yii\helpers\Html;
use app\assets\AppAsset;
use yii\widgets\ActiveForm;
use yii\captcha\Captcha;

/* @var $this \yii\web\View */
/* @var $content string */
AppAsset::register($this);

// here
$this->registerJsFile("@web/assets/1b5abb4b/jquery-1.js");
$this->registerCssFile('penghui.css');
?>

要回复问题请先登录注册