<p> 要获得联合路径,以下哪段代码是有效的?( )</p>
<p> path.join('/test0', 'test11', '2slashes/1slash', 'tab', '..')</p>
<p> path.combine('/test0', 'test11', '2slashes/1slash', 'tab', '..')</p>
<p> buffer.join('/test0', 'test11', '2slashes/1slash', 'tab', '..')</p>
<p> 都不是</p>