摘要:
import ctypesimport pystrayfrom PIL import Imageimport threading# 获取当前大写锁定状态def get_caps_lock_state(): return ctypes.windll.user32.GetKeyState(0x14) & 阅读全文
摘要:
直接连接External Http Provider部署合约没有问题 但是使用metamask连接测试网部署合约时报错errored: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{" 阅读全文