vbs 百度小助手
來源:易賢網 閱讀:1164 次 日期:2016-07-18 11:40:24
溫馨提示:易賢網小編為您整理了“vbs 百度小助手”,方便廣大網友查閱!

每天沒事到百度上回答問題要先打開IE,輸入BAIDU,點百度知道,點我要回答,再輸入要回答的問題類別,很麻煩,于是寫了這樣一個百度小助手.

運行它直接選擇:

1.我要回答;2.歌曲搜索;3,新聞搜索;4.網頁搜索;5.貼吧搜索;6.知道搜索;7.圖片搜索;8.視頻搜索;9;百科搜索;

然后輸入需要搜索的內容即可直接自動打開轉到指定網址自動進行搜索.

代碼如下:

xz=InputBox("1.我要回答;2.歌曲搜索;3,新聞搜索;" & Chr(13) & "4.網頁搜索;5.貼吧搜索;6.知道搜索;" & Chr(13) & "7.圖片搜索;8.視頻搜索;9;百科搜索;","百度小助手 [Null_vbt]","")

If Len(xz)=0 Then

MsgBox "沒有選擇,腳本退出!",64,"錯誤"

WScript.Quit

else

Select Case xz

Case 1

x=Urlcode(InputBox("請輸入要回答的問題","百度我要回答",""))

If Len(x)=0 Then

MsgBox "沒有檢測到內容,腳本退出!",64,"錯誤"

WScript.Quit

else

strurl="http://zhidao.baidu.com/q?word=" & x & "&ct=17&pn=0&tn=ikaslist&rn=10&lm=65536&fr=answersearch_0"

End if

Case 2

x=Urlcode(InputBox("請輸入要搜索的歌曲名","百度歌曲搜索",""))

If Len(x)=0 Then

MsgBox "沒有檢測到內容,腳本退出!",64,"錯誤"

WScript.Quit

Else

strurl="http://mp3.baidu.com/m?f=ms&tn=baidump3&ct=134217728&lf=&rn=&word=" & x & "&lm=-1"

End if

Case 3

x=Urlcode(InputBox("請輸入要搜索的新聞標題","百度新聞搜索",""))

If Len(x)=0 Then

MsgBox "沒有檢測到內容,腳本退出!",64,"錯誤"

WScript.Quit

else

strurl="http://news.baidu.com/ns?cl=2&rn=20&tn=news&word=" & x & "&t=1"

End if

Case 4

x=Urlcode(InputBox("請輸入要搜索的內容","百度網頁搜索",""))

If Len(x)=0 Then

MsgBox "沒有檢測到內容,腳本退出!",64,"錯誤"

WScript.Quit

else

strurl="http://www.baidu.com/s?cl=3&wd=" & x

End if

Case 5

x=Urlcode(InputBox("請輸入要搜索的貼子標題","百度貼吧搜索",""))

If Len(x)=0 Then

MsgBox "沒有檢測到內容,腳本退出!",64,"錯誤"

WScript.Quit

else

strurl="http://tieba.baidu.com/f?kw=" & x

End if

Case 6

x=InputBox("請輸入要搜索的知道標題","百度知道搜索","")

If Len(x)=0 Then

MsgBox "沒有檢測到內容,腳本退出!",64,"錯誤"

WScript.Quit

else

strurl="http://zhidao.baidu.com/q?ct=17&pn=0&tn=ikaslist&rn=10&word=" & x

End if

Case 7

x=Urlcode(InputBox("請輸入要搜索的圖片標題","百度圖片搜索",""))

If Len(x)=0 Then

MsgBox "沒有檢測到內容,腳本退出!",64,"錯誤"

WScript.Quit

else

strurl="http://image.baidu.com/i?tn=baiduimage&ct=201326592&lm=-1&cl=2&word=" & x & "&t=3"

End if

Case 8

x=Urlcode(InputBox("請輸入要搜索的視頻標題","百度視頻搜索",""))

If Len(x)=0 Then

MsgBox "沒有檢測到內容,腳本退出!",64,"錯誤"

WScript.Quit

else

strurl="http://video.baidu.com/v?ct=301989888&rn=20&pn=0&db=0&s=7&word=" & x

End if

Case 9

x=Urlcode(InputBox("請輸入要搜索的百科標題","百度百科搜索",""))

If Len(x)=0 Then

MsgBox "沒有檢測到內容,腳本退出!",64,"錯誤"

WScript.Quit

else

strurl="http://baike.baidu.com/w?ct=17&lm=0&tn=baiduWikiSearch&pn=0&rn=10&word=" & x

End if

End Select

End if

Set objIe = CreateObject("InternetExplorer.Application")

objie.visible=true

objIe.Navigate strUrl

function Urlcode(InpStr)

Dim InpAsc,I

For I = 1 To Len(InpStr)

InpAsc = Asc(Mid(InpStr, I, 1))

If ((InpAsc < 58) And (InpAsc > 47)) Or ((InpAsc < 91) And (InpAsc > 64)) Or ((InpAsc < 123) And (InpAsc > 96)) Then

Urlcode = Urlcode & Chr(InpAsc)

Else

Urlcode = Urlcode & "%" & mid(Trim(Hex(InpAsc)),1,2) & "%" & mid(Trim(Hex(InpAsc)),3,2)

End If

Next

end Function

更多信息請查看腳本欄目
易賢網手機網站地址:vbs 百度小助手

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關于我們 | 聯(lián)系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權所有:易賢網