/ Published in: Java
Expand |
Embed | Plain Text
try{ target_url.openStream())); String inputLine; while ((inputLine = in.readLine()) != null){ sb.append(inputLine); sb.append(" "); } return sb.toString(); // TODO: handle exception e.printStackTrace(); } return null; }
You need to login to post a comment.
