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

11 行
133B

  1. import requests
  2. import abp, json
  3. import time
  4. client = abp.Client()
  5. client.add_node(0)
  6. client.add_node(1)
  7. print client.get_state()