作者:罗代均,ldj_work#126.com
1:问题,有很多新闻,需要生成静态页面
假设新闻访问url为: http://wwww.cao.com/newsAction.do?newId=001
现在要存为 001.htm
2.通过URLConnection ,生成静态网页
URLClient.java
-------------------------------------------------------------------start-------------------
-----------------------------end-------------------------