🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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) | 根据相传入的数据,得到相应页面数据 |