<input name=“option[]” value=“{{xxx}}” /> 这种方式为什么在小程序里不起作用,JS 认为 option[]:xxx; 而不是我想要的option:[xxx]