200RMB求脚本获取网页上的最新价格
本帖最后由 xsjtxy 于 2024-11-12 16:51 编辑https://gushitong.baidu.com/foreign/global-USDCNY
#include 'JSON_Dictionary.au3'
Local $Ret = BinaryToString(InetRead('https://finance.pae.baidu.com/vapi/v1/getquotation?group=huilv_minute&need_reverse_real=1&code=USDCNY&finClientType=pc'), 4)
Local $json = _JSON_Parse($Ret)
MsgBox(0, '', _JSON_Get($json, 'Result.cur.price'))
json库https://github.com/Sylvan86/autoit-json-udf 繁星 发表于 2024-11-12 16:26
json库https://github.com/Sylvan86/autoit-json-udf
谢谢,加我V:13688089834 繁星 发表于 2024-11-12 16:26
json库https://github.com/Sylvan86/autoit-json-udf
繁星出手就是快,简单还好用,牛。 竟然为没发现百度有这股币通,都可用他这接口数据做纯API的了。 风过无痕 发表于 2024-11-12 17:31
繁星出手就是快,简单还好用,牛。
上次慢了,红牛都喝不上:face (24): 楼主JSON_Dictionary.au3麻烦群里面发一遍 github里面我下载不下来
页:
[1]