thinkphp网站模板位置_thinkphp制作网站

哆啦Ai流程自动化发布于:2023-05-14 23:03热度:474 ℃
点赞79收藏

在ThinkPHP中,模板文件通常存储在`/templates`目录下。通常情况下,模板文件需要使用相对路径来引用,例如:
```html



tMy Website


t

Hello, World!


t

This is a template file.




```
如果使用的是`/templates/index.php`作为模板文件名,则可以在页面中使用以下代码来加载模板:
```html



tMy Website


t

Hello, World!


t

This is the template file.


t