Anders and Briegel in Python
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9 行
203B

  1. import requests
  2. import abp, json
  3. s = requests.Session()
  4. output = json.loads(s.get("http://localhost:5000/state").content)
  5. print output
  6. state = json.loads(s.post("http://localhost:5000/state").content)