- 目标链接:https://docs.python.org/zh-cn/3.8/library/threading.html?highlight=threading#threading.Thread - 目标位置:3.8.13 Documentation » The Python Standard Library » Concurrent Execution - 原始英文:This constructor should always be called with keyword arguments. - 原始译文:调用这个构造函数时,必需带有关键字参数。 - 建议译文:应当始终使用关键字参数调用此构造函数。 - 建议原因:原始译文不具有排他性,改进后表示只允许使用关键字参数,与英文原意更贴切。