2008年8月1日

把"\"转换成"/"

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

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

导航