当前位置: 首页 > 工具软件 > forex-python > 使用案例 >

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

谷涵容
2023-12-01
#!/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
 类似资料: