摘要:
其实所有单页面应用都一样 只需要在nginx里面配置 location / { root html; index index.html index.htm; rewrite ^/.*/$ / last; # Redirect everything to / (ex index.html) and l 阅读全文
摘要:
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); var aa = await Http.GetByteArrayAsync("test.json"); var bb= Encoding.GetEncoding("GB231 阅读全文