php中变量代码:@php$a = 1111;@endphpjs中使用变量代码:下面两种都可以,格式不一样var b = '{{ !!($a)!! )}}'var b = '{!!json_encode($a)!!}';