1.下载安装spyder https://www.spyder-ide.org/ https://github.com/spyder-ide/spyder/releases 2.接收输入得json参数demo param={ "test1": { "test1Field1": "test1Field1Value", } } print(param) 3.debug