ホームページ >バックエンド開発 >PHPチュートリアル >请问YII2中 use的内容在哪个位置? - SegmentFault
use yiihelpersHtml;
如何找到这个文件呢?
use yiihelpersHtml;
如何找到这个文件呢?
请先 登录 后评论
默认排序 时间排序
采纳
用ide ctrl +鼠标左键 或者直接搜索文件名
vendor/yiisoft/yii2/helpers/Html.php
记住 vendor/yiisoft/yii2 ,全都在这里。
用PhpStorm啊 自动补全命名空间的