关于页面动态生成 url 的问题?
为什么在页面不能输出相应的url,而是原样输出呢?
<a href="{{ route('test') }}">testRoute</a>
<a href="{{ url('test') }}">testUrl</a>
推荐文章: