Solches Problem ist aufgetreten
@foreach ($content as $v)
<tr>
<td>{{ $v->id }}</td>
<td><a href="{{ URL('/list-$v->id') }}">此链接</a></td>
</tr>
@endforeach
Wie füge ich {{ $v->id }} zu {{ URL('/list-') }} hinzu?
{{ URL('/list-').$v->id }}