会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿凌
GitHub : https://github.com/AClumsy/ASF
博客园
首页
新随笔
联系
订阅
管理
2011年6月6日
txt文件操作
摘要: asp.net 读取txt文件 StreamReader sr = new StreamReader(MapPath("weather.txt"), System.Text.Encoding.Default); String input = sr.ReadToEnd(); sr.Close();
阅读全文
posted @ 2011-06-06 22:43 阿凌
阅读(311)
评论(0)
推荐(1)
公告