使用ASIHTTP上传数据并保存

发布于 2024-09-01 06:16:17 字数 149 浏览 2 评论 0原文

我有一个网页,其中值“A”不断更新。我使用 ASIHttp 访问页面内容并获取该值“A”。基于 A,我计算值 X,然后我需要将此 X 保存到网页。我能够获取数据并进行计算以获得 X。如何使用 ASIHTTP 将 X 上传并保存到网页,以便稍后使用 X 值。

提前致谢。

I have a web page in which a value 'A' is constantly updated. I use ASIHttp to access the page contents and get this value 'A'. Based on A i calculate value X and i then i need to save this X to a webpage. I am able to get the data and am doing the calculation to get X. How do i upload and save the X to a webpage using ASIHTTP so that the X value can be used later.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゃ人海孤独症 2024-09-08 06:16:17

查看 ASIHTTPRequest示例代码部分> 了解如何使用 ASIFormDataRequest轻松向您的网络服务提交 POST 请求。

Take a look at the sample code sections of ASIHTTPRequest to learn how to use ASIFormDataRequest to easily submit a POST request to your web service.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文