在本地没有问题,但是上传到 GitHub 就会有个乱码 编码也 utf-8.
1
kerr92 Oct 10, 2018
实际上 [从] 和 [其] 中间藏着一个不可见的字符,只是 VSCode 没把它渲染出来
|
2
shadeofgod Oct 11, 2018
vscode setting.json
`"editor.renderControlCharacters": true` 就能看见了 |