Heschel Zhu
Results
2
comments of
Heschel Zhu
> ``` > const modelCfg: ModelConfig = { > modelId: "id_0", > name: "sample", > src: "http://www.abc.com/sample.dxf", > encoding: "gb2312", > } > ``` 老哥 这个怎么使用的,求指导一下。我这个还是打开后显示的乱码
> You need to find out your file's encoding, which can be gb231, etc. If you don't know, then probably need to try several common ones. Try different encodings here:...