多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# QQLite.Framework.Tool.HttpHelper 类 ## 注释 ~~~ Http连接操作帮助类 ~~~ ## 语法 ~~~ public class HttpHelper复制代码 ~~~ ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [Get](https://www.kancloud.cn/gxser1986/cqrobot/3016429) | 快速Get | | | [Post](https://www.kancloud.cn/gxser1986/cqrobot/3016430) | 快速POST | | | [SetAllowUnsafeHeaderParsing](https://www.kancloud.cn/gxser1986/cqrobot/3016431) | SetAllowUnsafeHeaderParsing | | | [GetHtml](https://www.kancloud.cn/gxser1986/cqrobot/3016432) | 根据相传入的数据,得到相应页面数据 |