支付宝展雄

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2007年9月13日

摘要: 这个很多网站都有,找了一个,感觉好用:StringqueryResult=...;response.setContentType("application/csv");response.setHeader("Content-Disposition","inline;filename="result.csv"");PrintWriterout=newPrintWriter(newOutputStreamWriter(response.getOutputStream(),"UTF-8"));out. 阅读全文
posted @ 2007-09-13 17:53 展雄 阅读(1705) 评论(0) 推荐(0) 编辑