kkvskkkk

Results 40 comments of kkvskkkk

![图片](https://user-images.githubusercontent.com/19949041/62193542-8c3b0080-b3aa-11e9-9e9f-3c87a79de622.png) ![图片](https://user-images.githubusercontent.com/19949041/62193557-90671e00-b3aa-11e9-8ccb-cca618e755ca.png)

![图片](https://user-images.githubusercontent.com/19949041/62194116-c35de180-b3ab-11e9-8716-c6cca8766fab.png) ![图片](https://user-images.githubusercontent.com/19949041/62194124-c6f16880-b3ab-11e9-8c77-7c8a7bfead0e.png) ![图片](https://user-images.githubusercontent.com/19949041/62194134-cd7fe000-b3ab-11e9-9929-f3b5c2e64147.png) ![图片](https://user-images.githubusercontent.com/19949041/62194141-d2dd2a80-b3ab-11e9-982a-6bf2c0da96fa.png)

定3个概念 1. design resolution 2. win size 3. view port 绝大部分情况下win size = view port。 开发人员基于 design resolution布局。 手机版本一般不关心win size, 只通过win size来计算屏幕宽高比(宽屏窄屏可能用不同的布局)

ParaMisc.EncodingConvert 完善了 跨平台 还支持宽字符 窄字符以及你能想到的所有字符集

linux的默认格式是utf8 你直接调用这个就是返回输入的文本。 你要把utf8转其他格式 直接用 ParaMisc.EncodingConvert("utf-8", "xxxxx编码格式", text)