当前位置: 代码迷 >> ASP.NET >> asp.net怎么判断一个页面中是否包含指写的JS代码
  详细解决方案

asp.net怎么判断一个页面中是否包含指写的JS代码

热度:7929   发布时间:2013-02-25 00:00:00.0
asp.net如何判断一个页面中是否包含指写的JS代码
asp.net想要判断一个页中(比如http://www.baidu.com/index.aspx)是否包含像这样的:

<script src="http://www.xxxxxx.cn/stat.aspx?id=51&s=t1" type="text/javascript" charset="utf-8"></script>
的代码
应该怎么判断?

------解决方案--------------------------------------------------------
webrequest对象获取网页源码。。。然后查找字符串。
  相关解决方案