摘要:
/// /// 取文本左边内容 /// /// 文本 /// 标识符 /// 左边内容 public static string GetLeft(string str, string s) ... 阅读全文
posted @ 2014-04-29 11:43 ArRan 阅读(4327) 评论(0) 推荐(1)
|
||
|
摘要:
/// /// 取文本左边内容 /// /// 文本 /// 标识符 /// 左边内容 public static string GetLeft(string str, string s) ... 阅读全文
posted @ 2014-04-29 11:43 ArRan 阅读(4327) 评论(0) 推荐(1)
摘要:
1、使用FileStream读写文件文件头:[csharp]view plaincopyprint?usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.IO;读文件核心代码:[csharp]view pla... 阅读全文
posted @ 2014-04-29 10:22 ArRan 阅读(220) 评论(0) 推荐(0) |
||