摘要:
public String doSingleLink(String url, String loginsuccess, String jsTxt,String email,String pwd) throws IOException { // 读取登录页面内容 URL serviceIpUrl = new URL(url); URLConnection connection = serviceIpUrl.openConnection(); connection.setRequestProperty("method",... 阅读全文