也是之前遇到过,现在用起来才觉得优美。
from os import sep, path as p json_path = p.join(p.abspath(__file__).split(sep)[:-2], 'db', 'books.json')