import os. Path1 = 'home' Path2 = 'develop' Path3 = 'code'. Path10 = Path1 + Path2 + Path3 Path20 = os.path.join(Path1,Path2,Path3)
確定! 回上一頁