modInternet 函式庫 風禹科技驗證有限公司 網站 提供 .Net 原始碼

MyWebDownloadData 函數

說明

從網頁位置下載指定內容

本函數之引數列表

引數 型態 位元組 選項 預設值 說明
address String - 必須 (無) Url 位置字串

傳回值

傳回位元組陣列

範例

Dim arrBytes As Byte() = MyWebDownloadData("http://tlcheng.no-ip.com/wwwmap.htm")

更進一步

  本函數可抓取 http 下任意網址,非僅限於 htm 檔。

基本條件

Visual Studio .Net 2002 以後相容版本 | Internet.aspx

請參閱

modInternet 函式庫