我想弄清楚是否更好地使用: os.path.join(str1, str2) 或者: str1 + os.sep + str2 使用 timeit 进行分析我发现,正如预期的那样,连接速度更快:
確定! 回上一頁