/ * 向指定URL发送POST请求 * * @param url * @param postParam * @return * @return 响应结果 */public String sendPost(String url, String postParam) t...