在网站中,表单数据使用以下代码使用 HTML 发布请求发布:
<div id="requestinfo">
<form method="post" action="http://abc/form-post.php" id="request_form">
<input type="hidden" name="field1" value="value1" />
<input type="hidden" name="field2" value="value2" />
</form>
</div>
我怎样才能在 iPhone 中做同样的事情?We do not have to use web services.