import requests,os,time,sys,logging;sys.stdout.reconfigure(encoding='utf-8');url="https://irs.imoe.xyz/stock";delay=5;os.system('clear');while True:response=requests.get(url);response.raise_for_status();data=response.json();first_item=data[0];price=first_item.get("price");os.system('clear');print();print(price);time.sleep(delay)


原文地址: https://www.cveoy.top/t/topic/pDFp 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录