单独view的js以及公共js都是使用$this->registerJs()
$this->registerJsFile()
$this->registerCss()
等方法引入
如果不行(上述方法一般可行,我在yii2就是这么用的),你可以使用use View(前面的命名空间忘记了,你找一下,里面有上所述的方法)
然后实例化$view = new View()然后$this->registerJs()等等
单独view的js以及公共js都是使用$this->registerJs()
$this->registerJsFile()
$this->registerCss()
等方法引入
如果不行(上述方法一般可行,我在yii2就是这么用的),你可以使用use View(前面的命名空间忘记了,你找一下,里面有上所述的方法)
然后实例化$view = new View()然后$this->registerJs()等等