🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# QQLite.Framework.Tool.PostDataType 枚举 ## 语法 ~~~ public enum PostDataType ~~~ ## 字段 | | 名称 | 说明 | | --- | --- | --- | | | [String](https://www.kancloud.cn/gxser1986/cqrobot/3016583) | 字符串类型,这时编码Encoding可不设置 | | | [Byte](https://www.kancloud.cn/gxser1986/cqrobot/30165834) | Byte类型,需要设置PostdataByte参数的值编码Encoding可设置为空 |