主页 > 知识库 > 使用vbs获取雅虎汇率

使用vbs获取雅虎汇率

热门标签:铁路电话系统 呼叫中心市场需求 服务器配置 网站文章发布 智能手机 银行业务 美图手机 检查注册表项

使用vbs获取雅虎汇率

Function bytes2bstr(vin)
  strreturn = ""
  for i = 1 to lenb(vin)
    thischarcode = ascb(midb(vin,i,1))
    if thischarcode  h80 then
      strreturn = strreturn  chr(thischarcode)
    else
      nextcharcode = ascb(midb(vin,i+1,1))
      strreturn = strreturn  chr(clng(thischarcode) * h100 + cint(nextcharcode))
      i = i + 1
    end if
  next
  bytes2bstr = strreturn
End Function
Function GetURL(url)
  Set Retrieval = CreateObject("Microsoft.XMLHTTP")
  With Retrieval
    .Open "GET", url, False
    .Send
    GetURL = bytes2bstr(.responsebody)
    if len(.responsebody)2 then
      strContent = "远程通讯故障!"
      Call LogToFile(strContent,1)
    response.end
    end if
  End With
  Set Retrieval = Nothing
End Function
'========以上为自定义函数========
 
s1 = INPUTBOX("原始货币代码:","请输入原始货币代码","USD")
s2 = INPUTBOX("目标货币代码:","请输入目标货币代码","CNY")
s = s1s2
url = "http://download.finance.yahoo.com/d/quotes.csv?e=.csvf=sl1d1t1s="s"=x"
if s1>"" and s2>"" Then
  huilv = GetURL(url)
  MsgBox huilv
End if

您可能感兴趣的文章:
  • 用vbs实现获取电脑硬件信息的脚本_最新版
  • 用VBS控制鼠标的实现代码(获取鼠标坐标、鼠标移动、鼠标单击、鼠标双击、鼠标右击)
  • 获取外网IP并发送到指定邮箱的vbs代码[已测]
  • vbs 获取当前目录的实现代码
  • VBS获取当前目录下所有文件夹名字的代码
  • vbs获取当前时间日期的代码
  • vbscript获取文件的创建时间、最后修改时间和最后访问时间的方法
  • vbs中获取脚本当前路径的2个方法
  • 通过vbs获取远程host文件并保存到指定目录
  • VBScript获取CPU使用率的方法

标签:长治 新疆 沧州 红河 河南 乐山 沈阳 上海

巨人网络通讯声明:本文标题《使用vbs获取雅虎汇率》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266