题目 Given an absolute path for a file (Unix-style), simplify it. For example, path = “/home/“, => “/home” path = “/a/./b/../../c/“, => “/c” 思路1: 这个问题其实是一