Let's compare the two styles. os.path style import os import json path_str = os.path.join("settings", "config.json") with open(path_str) as f: d ...
確定! 回上一頁