摘要: Given an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/", =>"/c"click to show corner cas... 阅读全文
posted @ 2014-10-29 20:52 george_cw 阅读(173) 评论(0) 推荐(0) 编辑