-
获取网页URL地址及参数等的两种方法(js和C#)
摘要:一 js先看一个示例用javascript获取url网址信息<script type="text/javascript">document.write("location.host="+location.host+"<br>");document.write("location.hostname="+location.hostname+"<br>");document.write("location.href="+location.href
阅读全文
-
步步为营:Asp.Net使用HttpWebRequest通知,抓取,采集(转)
摘要:步步为营:Asp.Net使用HttpWebRequest通知,抓取,采集http://www.cnblogs.com/79039535/archive/2011/12/13/2285890.html
阅读全文
|