當我點擊results2刀片中的鏈接時,傳入變量(包含「測試文本」)傳遞正常,但此值不會顯示在儀表板2刀片中。傳入的變量未顯示在刀片中 - laravel
在結果2刀片鏈接:
在Dashboard2視圖<a href="{{route('dashboard2',['wordsRow'=> $wordsRow->body])}}">{{$wordsRow->body}}</a>
:
@if (isset($wordsRow))
<header><h3>{{$wordsRow}}</h3></header>
@endif
的Dashboard2的網址:
http://localhost/xxxxxxx/dashboard2?wordsRow=Test+text
任何幫助確定爲什麼 '測試文本'沒有顯示在dashboard2視圖中?
語法錯誤,意外';'在行中:@if(Request :: has('wordsRow')) –
在被rap-s-h編輯之後工作 –