command = 'curl ...etc' > result.json' subprocess.call(command, shell = True) file = open('result.json').read(). 現在執行的操作是從我捲曲的地方獲取GET並將 ...
確定! 回上一頁