如题
楼上正解,直接写即可,这是我的一段代码
public static void main(String[] args) { HTTPClient curl=new HTTPClient("http://test.com/post.php"); // HTTPClient curl=new HTTPClient("http://typecho.org/archives/1/comment"); // System.out.println(curl.doGet()); RequestHeaders headers =curl.getHeaders(); headers.setReferer("http://typecho.org/archives/1/"); headers.setHost("typecho.org"); headers.setHeader("Cookie", "PHPSESSID=e1724452dbcf2fac7e1102140d0c0fb4"); // System.out.println(headers.getHeaders().get("Content-Length")); // Map<String, String> params = new HashMap<String, String>(); // params.put("author", "测试"); // params.put("mail", "lajitest@125.com"); // params.put("text", "test22"); curl.setQueryString("author=%E6%B5%8B%E8%AF%95&mail=lajitest@125.com&url=&text=typecho+%E5%BE%88%E5%A5%BD"); System.out.println(curl.doPost(false)); // for (int i = 0; i < 200; i++) { // curl.doPost(true); // try { // Thread.sleep(1000); // } catch (InterruptedException e) { // } // }
你直接写几行代码 会吗?
你那是问题吗?
@os4china getMethod.setRequestHeader("cookie",cookies);
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(5)
楼上正解,直接写即可,这是我的一段代码
你直接写几行代码 会吗?
你那是问题吗?
@os4china getMethod.setRequestHeader("cookie",cookies);
楼上正解,直接写即可,这是我的一段代码