我就想着在jsonpath.jsonpath()中引入变量。 ```python for m in range(1, 3): school_id = jsonpath.jsonpath(data, '$..item[{}].school_id'.format(m)) level1_name ...
確定! 回上一頁