摘要: /// /// 计算在中文中的位置 /// /// 内容 /// 在字节流中的位置 /// private int GetIndexOfEditor(string content, int start) { int nIndex = -1; ... 阅读全文
posted @ 2009-02-06 17:06 herobeast 阅读(968) 评论(0) 推荐(0)