博客【张光见】

胸纳幽兰,神容略若---张若兰

博客园 首页 新随笔 联系 订阅 管理

2008年8月1日 #

摘要: //BY ZGJ:获取远程页面内容 public static String GetPageContent(String pageURL) { String pageContent=""; BufferedReader in = null; InputStreamReader isr = null; InputStream is = null; Prin... 阅读全文
posted @ 2008-08-01 14:32 willpower 阅读(1650) 评论(0) 推荐(0) 编辑