示例#1
0
文件: View.php 项目: mvccore/mvccore
 public function AssetUrl($path = '')
 {
     return $this->Controller->AssetUrl($path);
 }