proxy={'http': 'http://180.107.243.177:4257', 'https': 'http://180.107.243.177:4257'}
print(list(proxy.values())[0])
输出:http://180.107.243.177:4257
print(list(proxy.keys())[0])
输出:http
proxy={'http': 'http://180.107.243.177:4257', 'https': 'http://180.107.243.177:4257'}
print(list(proxy.values())[0])
输出:http://180.107.243.177:4257
print(list(proxy.keys())[0])
输出:http