我想打印"我们找不到与您提供的信息相符的电子邮件."
但PHP不会让我.有人知道怎么修这个东西吗 ?

`return Redirect :: route('account-forgot-password')
->with('error','We can't find an email matching the information you provided. You may have entered an email that doesn't exactly match our records. Try again ');`
Run Code Online (Sandbox Code Playgroud)
那么你可以将单引号更改为双引号,如下所示:
with("error","We can't find an email matching the information you provided. You may have entered an email that doesn't exactly match our records. Try again ");
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
109 次 |
| 最近记录: |