分享內容(
11人
Google有許多搜尋密技,只要你搜尋時打上適當的語法,就能讓搜尋效率事半功倍。
如果你想要搜尋的資料,就在某一個特定網站裡,那麼你只要善用〝site〞這語法就能將搜尋結果侷限在特定網站或者網站網域裡。
我們就以iT邦幫忙http://ithelp.ithome.com.tw/來實驗看看吧!
如果我想要找的東西在有「喇賽新平台」之稱的「我想和邦友們說」http://ithelp.ithome.com.tw/misc/talk/
那麼直接用iT邦內建搜尋找考試考完了,結果如下圖找不到東西:


如果我們直接在google搜尋考試考完了,會跑出數百萬筆的資料,想找出目標物就跟海底摸針一樣困難,這時就可以善用〝site〞這語法了。
我們可以輸入 考試考完了 site:http://ithelp.ithome.com.tw/ 或者 site:http://ithelp.ithome.com.tw/ 考試考完了 進行搜尋

一下子就能找到我們想找的東西喔
參考資料:http://yha88800.pixnet.net/blog/
用Google搜尋特定網站
可將此Code copy至您的網頁,將domainroote改為您的root網址即可!
<script type="text/javascript">
// Google Internal Site Search script- By JavaScriptKit.com
//(http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript
// Kit- http://www.javascriptkit.com/
// This notice must stay intact for use
//Enter domain of site to search.
var domainroot="ithelp.ithome.com.tw"
function Gsitesearch(curobj){
curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
}
</script>
<form action="http://www.google.com/search" method="get" onSubmit="Gsitesearch(this)">
<p>站內搜尋:<br />
<input name="q" type="hidden" />
<input name="qfront" type="text" style="width: 150px" /> <input type="submit" value="搜尋" /></p>
</form>
回應 :
請填寫您的回應,長度限為1,000個字,回應不計點數,也不限使用次數
▼ ADVERTISEMENT ▼
-
‧
-
‧
-
‧
相關問答
- Google日曆和Outlook
- Google Apps與 Salesforce CRM結盟整合
- google health與microsoft healthvault
- goosh - 簡易CL版的google搜尋引擎
- 將Google maps嵌入你的網頁
- 怎麼讓Google的PageRank可以抓到自己的網站?
- Google提供幾個Ajax Libraries的Hosting服務
- 馬上用Google找到MP3的技巧
- Google日曆恐藏病毒
- Google桌面搜尋重建索引
- Google 2008 程式開發日的影片與簡報已上傳完畢
- Google 將開發寬頻監測工具
- Firefox好康分享-Google搜尋強化技-GreaseMonkeyR
- 由Google的專利清單推測PageRank的演算因素
- RIA四雄群起:以Google Trends評析現有RIA四大技術(Flex、Silverlight、JavaFX、Cu
- Google雲端運算技術App Engine可以抵抗DDOS攻擊嗎?
- 怎樣從將公司郵件轉到google apps上,具體的作法
- 請問有人用過Google Apps作為公司郵件系統的經驗嗎?
- Google地圖小工具:全球地震即時回報地圖 (Real-time Earthquakes)
- [教學]怕貼圖變成叉燒包嗎?教你用google放圖片!









