斜杠/ 操作符用于拼接路径,比如创建子路径。 应用示例:. from pathlib import Path currentPath = Path.cwd() newPath = currentPath / 'python-100' ...
確定! 回上一頁