Files
toolbox/plugin/dev/json/App.php
T
2023-09-28 16:21:06 +08:00

17 lines
198 B
PHP

<?php
/**
* JSON解析格式化
*/
namespace plugin\dev\json;
use app\Plugin;
class App extends Plugin
{
public function index()
{
return $this->view();
}
}