5.0.0 - 普通 - 未处理
组件版本topthink/framework 6.0.1
topthink/think-multi-app 1.0.11控制器代码<?php
namespace app\index\controller;
class Index
{
public function index()
{
echo url('test', [], true, true);
}
}输出http://localhost/index/Index/test.html
截图
https://wx.jmyuanren.com/Uploads/temp/wechat_20191227130215.png
