json文件中有看不见的空白符号导致Unmarshal报错

BestLyc · · 1553 次点击
不能被视为空格的空格就是内容,写过json的都知道空格应该最好为最基本的空格
#6
更多评论
strings.Replace替换掉……
#1
试过了,那样Unmarshal会报错json: cannot unmarshal string into Go value of type
#2