golang csv parse error on line 1, column 1: bare " in non-quoted-field

chaunsin ·
方式一: read := csv.NewReader(bytes.NewReader(raw)) read .LazyQuotes = true 通过方式一,终于解决了,一直找不到问题在哪,现在终于解决了,感谢
#1