编程小例子private static String postBlog(Cookie[] cookies, String bdstoken, String title, String content, String category) throws Exception { HttpClient httpClient = getHttpClient(cookies);