首页 > 问答 > 正文
比如说
<input type="text" value="{{old('foo')}}">
这个时候如果输入 这样的实体,提交以后验证不通过,页面一刷新,input里就是空格了,不再是 ,请问怎么解决这个问题呢?
高洛峰2017-05-16 16:52:55
value="{{ htmlspecialchars(old('foo')) }}"