VB如何獲取網頁的內容

時間 2021-09-03 10:14:28

1樓:匿名使用者

1、相關**如下:

public function gethtmlstr(strurl as string)   '獲取遠端網頁原始碼

stime = now '獲取當前時間

ntime = now '獲取迴圈時間

2、**使用:在窗體**相應位置寫如下**

dim a as string

a=gethtmlstr("要獲取的****url")

上面a取得的值就是我們要的結果。

2樓:匿名使用者

vb6,新建一個工程貼上以下**,馬上執行,一切ok!!!!!!

msgbox "無法連線伺服器"

VB提取網頁指定內容

dim data as integer,strtext as string dim maxdata as integer,i as integer,j as integer strtext 3 4 5 i 1 j 1 maxdata 0 do while i 0 and j 0 i instr j,...

如何獲取網頁中的css

全球塑膠網 開啟 然後ctrl s儲存,有個資料夾,裡面就有css檔案 檢視本頁源 把css樣式地址複製下來 基本都是 template global.css 在地址輸入框例如 後面加上.template global.css即http zhidao.baidu.css 這個是參考別複製貼上 在網頁...

如何用php獲取指定地址 的網頁原始檔?

info 就是網頁的原始檔可以直接輸出 也可以儲存。echo file put contents info 儲存成功 儲存失敗 儲存。curl函式庫。根據你要的網頁產生的http頭資訊,設定curl的引數,舉一個簡單例子。ch curl init 設定選項,包括url curl setopt ch,...