发布于 4年前
ThinkPHP6 生成完整url路径
url('index/blog/read', ['id'=>5])
->suffix('html')
->domain(true)
->root('/index.php');
url('index/blog/read', ['id'=>5])
->suffix('html')
->domain(true)
->root('/index.php');