合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
### 创建模版 在 /application/example/controller/ViewController.php创建方法: ~~~ /** * 获取视图 * 视图文件位置: /application/example/view/ViewController/fetchExample.html * @return string */ public function fetchExample() { return $this->fetch(); } ~~~ 创建视图文件,即可载入视图 ~~~ /application/example/view/ViewController/fetchExample.html ~~~