7 Star 21 Fork 5

mr小卓X/Wetpl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.php 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
mr小卓X 提交于 2018-08-01 05:06 +08:00 . commit
<?php
include "template/Wetpl.php";
echo Wetpl::render('html/demo.html',[
'title' => 'Wetpl Demo',
'conf' => [
'name' => '小卓',
'age' => 15,
'sex' => '男',
'hobby' => ['编程','游戏'],
'about' => '人生苦短,我用python'
]
]);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mrxzx/Wetpl.git
[email protected]:mrxzx/Wetpl.git
mrxzx
Wetpl
Wetpl
master

搜索帮助