![]() |
#2
wrz85112007-09-26 19:08
回复:(wrz8511)C++能否向WEB页面提交表单
|
现在有这么一个表单:
<form name="form1" action="http://*.*" method="post">
<input name="submit" type="submit" id="put_vote" value="submit" />
能否用C++实现自动提交?
具体怎么是实现呢?