摘要: Given an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/", =>"/c"1,java里string的函数split可以用... 阅读全文
posted @ 2014-11-16 04:07 lilyfindjob 阅读(128) 评论(0) 推荐(0)