① zoomeye api python獲取的ip是伺服器ip還是網站ip
def start():if not os.path.isfile('access_token.txt'): #首次使用會檢查腳本目錄下access_token.txt文件,沒有的話登錄會創建print('[info]:you need login')login()apiget()