2008年8月1日

把"\"转换成"/"

摘要: string s = "sss\\sss\\"; string ss = s.Replace("\\", @"/"); 阅读全文

posted @ 2008-08-01 11:39 liuhaitao 阅读(217) 评论(0) 推荐(0) 编辑

导航