{!! Form::text('spot',null,[class'=>'input-s input-control'])}} 修改时候赋值

{!! Form::text('spot',null,[class'=>'input-s input-control','datatype'=>'*5-100','nullmsg'=>'请输入途径景点!','errormsg'=>'请输入正确途径景点!']) !!}

如果在修改的时候 赋值

{!! Form::text('spot',{{$spot}},[class'=>'input-s input-control','datatype'=>'*5-100','nullmsg'=>'请输入途径景点!','errormsg'=>'请输入正确途径景点!']) !!}

这样会报错

加上单引号又不能输出
已邀请:

要回复问题请先登录注册