File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313假设解压路径为 D:\Downloads <br />
1414
1515打开 CMD命令行窗口 <br />
16- cd D:\Downloads\APIJSON-master\APIJSON-Python <br />
17- python test.py <br />
16+ cd D:\Downloads\APIJSON-master\APIJSON-Python<br />
17+ python test.py<br />
1818
1919如果失败,一般是因为 "python 不是内部或外部命令",则执行: <br />
2020set PATH=%PATH%;C:\Python27 <br />
2121其中,Python27对应2.7版,如果是其它版本请修改下数字,例如3.6版就改为Python36。 <br />
2222
2323然后重新执行: <br />
24- python test.py <br />
24+ python test.py<br />
2525
2626#### Linux 或 Mac OS
2727
2828假设解压路径为 /Users/Tommy/Downloads <br />
2929
3030打开 Terminal终端窗口,然后分别执行: <br />
31- cd /Users/Tommy/Downloads/APIJSON-master/APIJSON-Python <br />
32- python test.py <br />
31+ cd /Users/Tommy/Downloads/APIJSON-master/APIJSON-Python<br />
32+ python test.py<br />
3333
3434<br />
3535
You can’t perform that action at this time.
0 commit comments