获取美元人民币以及USDT人民币汇率-Python版

#!/usr/bin/python3
# -*- coding: utf-8 -*-
#USD 场内 场外 价格

import urllib.request, urllib.parse
import re, json


class USD:

    # 汇率,和讯接口
    def forex_(self):
        url = "http://webforex.hermes.hexun.com/forex/q

猜你喜欢

转载自blog.csdn.net/bitquant/article/details/105795952