我用winfrom制作的循环自动回帖,出了点小问题,我会自动填写值了,但是不会用代码实现网站的提交。模拟实现submit的onclick事件也不管用,不知道怎么好了,参考html代码如下
<html>
<head>
</head>
<body>
<from action="">
<input id="t" type="text" />
<input id="b" type="submit" />
</from>
</body>
</html>
怎么实现用代码实现单机submit按钮。求解释。