摘要: 直接上源码:for (int i = 0; i < num; i++) { InternetExplorer ie = new InternetExplorer(); object TargetFrame = ""; string strPost = ""; Byte[] bytePostData = System.Text.UTF8Encoding.UTF8.GetBytes(strPost); object flg = ... 阅读全文
posted @ 2012-02-28 14:46 Jehuty' 阅读(1510) 评论(14) 推荐(1)