Dell笔记本开机时隔一分钟左右每59秒就会过去一分钟重启

Ajax异步刷新和.net后台进行交互 - 西波利亚狼 - ITeye技术网站
博客分类:
&title&页面交互&/title&
&script type="text/javascript"&
function loadXMLDoc() {
var txtQuery = document.getElementById("txtQuery").
//XMLHttpRequest 用于在后台与服务器交换数据
if (window.XMLHttpRequest) {
xmlhttp = new XMLHttpRequest();
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
//判断是否成功的状态
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
var data = xmlhttp.responseT
var Content = "";
Content = "&select id='dllUserInfo'&";
var arr = new A
arr = data.split("&br/&");
for (var i = 0; i & arr. i++) {
Content += "&option&" + arr[i] + "&option&";
Content += "&select&"
document.getElementById("myDiv").innerHTML = C
//规定请求的类型,url及其是否异步处理
xmlhttp.open("GET", "/Test.aspx?UserId="+txtQuery+"", true);
//发送请求
xmlhttp.send();
&input id="txtQuery" type="text" style=" border-bottom-color:Green" /&
type="button" onclick="loadXMLDoc()" id="btn_Select" value="查询" style="background-color:R border: border-color:Blue"/&
&div id="myDiv"&
using System.C
using System.C
using System.D
using System.L
using System.W
using System.Web.S
using System.Web.UI;
using System.Web.UI.HtmlC
using System.Web.UI.WebC
using System.Web.UI.WebControls.WebP
using System.Xml.L
using BLL;
using System.Collections.G
namespace AjaxTest
public partial class Test : System.Web.UI.Page
BLL.UserInfo us = new BLL.UserInfo();
Model.UserInfo u = new Model.UserInfo();
private string strContent = "";
protected void Page_Load(object sender, EventArgs e)
string strUserId = Request.QueryString["USERID"].ToString();
Response.Write(getUserInfo(strUserId));
/// &summary&
/// 获取用户信息
/// &/summary&
/// &returns&&/returns&
public string getUserInfo(string strUserId)
List&Model.UserInfo& un = us.getUserInfo(strUserId);
strContent = "";
foreach(var i in un)
strContent += i.UserId + "&br/&" + i.UserCode + "&br/&" + i.UserName + "&br/&" + i.Content + "&br/&";
//strContent += "&tr&&td&" + i.UserId + "&/td&&td&" + i.UserCode + "&/td&&td&" + i.UserCode + "&/td&&td&" + i.Content + "&/td&&/tr&";
return strC
using System.Collections.G
using System.L
using System.T
using DAL;
namespace BLL
class UserInfo
DAL.getUserinfo gs = new DAL.getUserinfo();
//获取用户信息
public List&Model.UserInfo& getUserInfo(string strUserId)
return gs.getUserInfo( strUserId);
using System.Collections.G
using System.L
using System.T
using System.C
using System.D
namespace DAL
public class getUserinfo
List&UserInfo& li = new List&UserInfo&();
/// &summary&
/// 用户信息
/// &/summary&
/// &param name="strUserId"&&/param&
/// &returns&&/returns&
public List&UserInfo& getUserInfo(string strUserId)
string strSql = string.Format(@"select * from USERINFO WHERE (USERID ='{0}' OR '{0}'='')",strUserId);
DataTable dt = SQLHelper.ExecuteDt(strSql);
IList&UserInfo& users = new List&UserInfo&();
return (List&UserInfo&)ConvertHelper.convertToList&UserInfo&(dt);
using System.Collections.G
using System.L
using System.T
namespace Model
public class UserInfo
#region Model
private long _
private string _
private string _
private string _
//构造函数
public UserInfo()
/// &summary&
/// &/summary&
public long UserId
set { _userid = }
get { return _ }
/// &summary&
/// &/summary&
public string UserCode
set { _usercode = }
get { return _ }
/// &summary&
/// &/summary&
public string UserName
set { _username = }
get { return _ }
/// &summary&
/// &/summary&
public string Content
set { _content = }
get { return _ }
#endregion Model
using System.Collections.G
using System.L
using System.T
using System.D
using System.R
namespace Utility
/// &summary&
/// 将DataTable转换成泛型集合IList&&助手类
/// &/summary&
public class ConvertHelper
/// &summary&
/// 单表查询结果转换成泛型集合
/// &/summary&
/// &typeparam name="T"&泛型集合类型&/typeparam&
/// &param name="dt"&查询结果DataTable&/param&
/// &returns&以实体类为元素的泛型集合&/returns&
public static IList&T& convertToList&T&(DataTable dt) where T : new()
// 定义集合
List&T& ts = new List&T&();
// 获得此模型的类型
Type type = typeof(T);
//定义一个临时变量
string tempName = string.E
//遍历DataTable中所有的数据行
foreach (DataRow dr in dt.Rows)
T t = new T();
// 获得此模型的公共属性
PropertyInfo[] propertys = t.GetType().GetProperties();
//遍历该对象的所有属性
foreach (PropertyInfo pi in propertys)
tempName = pi.N//将属性名称赋值给临时变量
//检查DataTable是否包含此列(列名==对象的属性名)
if (dt.Columns.Contains(tempName))
// 判断此属性是否有Setter
if (!pi.CanWrite)//该属性不可写,直接跳出
object value = dr[tempName];
//如果非空,则赋给对象的属性
if (value != DBNull.Value)
pi.SetValue(t, value, null);
//对象添加到泛型集合中
ts.Add(t);
浏览: 84267 次
来自: 江西&>&&>&&>&&>&异步刷新返回json数据的增删改查
异步刷新返回json数据的增删改查
上传大小:82KB
ajax异步刷新返回json数据进行一系列操作
综合评分:0(0位用户评分)
所需积分:3
下载次数:10
审核通过送C币
创建者:guo8ke
创建者:qq
课程推荐相关知识库
上传者其他资源上传者专辑
开发技术热门标签
VIP会员动态
您因违反CSDN下载频道规则而被锁定帐户,如有疑问,请联络:!
android服务器底层网络模块的设计方法
所需积分:0
剩余积分:720
您当前C币:0
可兑换下载积分:0
兑换下载分:
兑换失败,您当前C币不够,请先充值C币
消耗C币:0
你当前的下载分为234。
异步刷新返回json数据的增删改查
会员到期时间:
剩余下载次数:
你还不是VIP会员
开通VIP会员权限,免积分下载
你下载资源过于频繁,请输入验证码
您因违反CSDN下载频道规则而被锁定帐户,如有疑问,请联络:!
若举报审核通过,可奖励20下载分
被举报人:
luojijihao
举报的资源分:
请选择类型
资源无法下载
资源无法使用
标题与实际内容不符
含有危害国家安全内容
含有反动色情等内容
含广告内容
版权问题,侵犯个人或公司的版权
*详细原因:解决Ajax框架下页面回退刷新问题
如果使用Firefox等访问RMS网站时,我们可能会发现页面之间的切换是通过AJAX异步请求实现的,同时页面的URL不会发生改变,虽然可以通过页面上的按钮通过AJAX异步请求实现回退刷新,但是对于浏览器前进和后退不能支持,每当刷新与后退之后,页面都会退到最开始的欢迎页面。AJAX可以实现页面的局部刷新,可以做到非常好的数据加载效果,给用户带来非常良好的体验,但是AJAX不能在浏览器的历史会话中保留记录,当你点开一个页面,AJAX各种数据加载非常快捷,例如一个列表页面可以用异步加载来翻页,但是如果用户一不小心刷新了页面,那么页码就得重新开始计算,一旦用户改变了会话状态(浏览器的前进、后退、刷新),那么AJAX就会丢失相关的数据。
传统的AJAX存在如下的问题:
1、可以无刷新改变页面内容,但无法改变页面URL
2、不能支持通过网址直接访问某一模块,必须进过点按操作
3、回退、刷新必须开发人员自己第一,既给开发人员增加了工作量,又不符合用户习惯
4、进而浏览器引入了onhashchange的接口,不支持的浏览器只能定时去判断hash是否改变
5、但这种方式对搜索引擎很不友好
为了解决传统ajax带来的问题,HTML5里引入了新的API,即:history.pushState,history.replaceState
可以通过pushState和replaceState接口操作浏览器历史,并且改变当前页面的URL。
pushState是将指定的URL添加到浏览器历史里,replaceState是将指定的URL替换当前的URL。
history.pushState(state, title, url)
将当前URL和history.state加入到history中,并把新的state和URL添加到当前。不会造成页面刷新。
state:与要跳转到的URL对应的状态信息。
title:标题(现在是被忽略,未作处理)。
url:要跳转到的URL地址,不能跨域。
history.replaceState(state, title, url)
history.replaceState()操作类似于history.pushState(),不同之处在于replaceState()方法会修改当前历史记录条目而并非创建新的条目。
state:与要跳转到的URL对应的状态信息。
title:标题(现在是被忽略,未作处理)。
url:要跳转到的URL地址,不能跨域。
addEventListener(type, listener)
addEventListener是一个侦听事件并处理相应的函数。
type:事件的类型。
listener:侦听到事件后处理事件的函数。此函数必须接受 Event对象作为其唯一的参数,并且不能返回任何结果。
由于AJAX无刷新改变页面内容的,所以页面的URL始终是不变的,为了区分页面上的各个不同内容,首先需要重新定义一下各个页面的URL,因为RMS网站多使用$.post异步请求,我们可以用URL记录post请求的各个参数(请求地址、传递参数),当浏览器进行刷新、回退操作时,根据URL记录的信息自动发送post请求,进入对应页面,从而实现希望的功能。
定义URL语法:
已如下地址为例:&http://localhost/rms_hold/index.php/Home/Index/loadHomePage#/rms_hold/index.php/Home/ResourceRequest/getRequestPage@apply_type=1&resource_name=ADM_BIZCARD!1&
&http://localhost/rms_hold/index.php/Home/Index/loadHomePage&是原先页面的URL,如果在问题解决之前在RMS网站上进行任何点按操作,网址一直不会有任何变动。现在我们使用&#&分割网址,&#&之后就是我们所记录的ajax请求&/rms_hold/index.php/Home/ResourceRequest/getRequestPage&是请求的地址,它由&#&与&@&分割,而在&@&与&!&之间的这是发向请求地址的各个参数,&apply_type=1&与&resource_name=ADM_BIZCARD&由&&&进行分割。
刷新、回退监听处理:
if (history.pushState) {
window.addEventListener(&popstate&, function() {
back_ajax_mod_url();
back_ajax_post();
if(location.href.indexOf(&#&)==-1){
window.location.reload();
back_ajax_mod_url();
back_ajax_post();
如以上代码所示,window对象上提供了onpopstate事件,可以使用addEventListener方法监听onpopstate事件,每当URL因为浏览器回退时都会对得到的URL在back_ajax_mod_url()与back_ajax_post()函数中进行解析、处理,而当浏览器刷新时,根据history.pushState的返回值不空,依然会对得到的URL在back_ajax_mod_url()与back_ajax_post()函数中进行解析、处理。
对外接口:
function back_ajax_mod_url(){
var url_ajax=ajaxback_url.pop();
var title =&Home | UniqueSoft RMS&;
if(url_ajax){
history.pushState({ title: title }, title,location.href.split(&#&)[0] + &#&+ url_ajax);
介绍一下back_ajax_mod_url()函数,它与数组ajaxback_url组成对外接口,ajaxback_url是一个全局数组,用来存放需要加入到history中的URL,然后由back_ajax_mod_url()函数在无页面刷新的情况下将当前URL和history.state加入到history中。
$(&#reportTable tbody&).on(&click&, &trtd img[alt = 'Detail']&,
function() {
var id = $(this).attr(&business_leave_id&);
$.post(&__MODULE__/ReportCenter/getReportDetailPage&,{
&report_name&: &ADM_TRAVEL_REP&,
&item_id&: id,
function(data) {
ajaxback_url.push(&__MODULE__/ReportCenter/getReportDetailPage&+ &@& + &item_id=& + id + &&& +&report_name=ADM_TRAVEL_REP&);
$(&#container&).html(data);
back_ajax_mod_url();
以上函数是RMS系统里的一个AJAX异步请求事件,会造成页面无刷新变化,加粗部分就是我们提供的对外接口,使用该接口后在history中会产生一条新的URL用来记录达到该页面的post方法。
URL解析处理器:
如下面函数所示back_ajax_post()为RMS系统的URL解析处理器,根据之前提到的URL语法,读出页面上改变内容的AJAX请求,并且自动发送AJAX请求,获取需要的页面
function back_ajax_post() {
if (location.href.indexOf(&#&)!= -1) {
var post_href =location.href.split(&#&)[1];
if (location.href.indexOf(&@&)!= -1) {
var post_url =post_href.split(&@&)[0];
var post_params =post_href.split(&@&)[1];
if(post_params.indexOf(&!&) != -1) {
var post_page_index =post_params.split(&!&)[1];
post_params =post_params.split(&!&)[0];
var post_url = post_
var post_params = &&;
var post_page_index = &&;
var get_resource_href =location.
if(get_resource_href.indexOf(&!&) != -1) {
get_resource_href =get_resource_href.split(&!&)[0];
if(get_resource_href.indexOf(&resource_name=&) != -1) {
var has_resource_name =get_resource_href.split(&resource_name=&)[1];
var siderbar_index =has_resource_
} else if(get_resource_href.indexOf(&report_name=&) != -1) {
var has_resource_name =get_resource_href.split(&report_name=&)[1];
var siderbar_index =has_resource_name.split(&_REP&)[0];
if (!post_page_index ||$(&#personalInfo&).length &= 0) {
if (!post_url) {
window.location.href =&__MODULE__&;
type: &post&,
url: post_url,
data: post_params,
success: function(res){
$('#pageContainer').html(res);
if(post_page_index) {
location.href= location.href.split(&!&)[0] + &!1&;
location.href= location.href.split(&!&)[0];
error: function(res) {
window.location.href = &__MODULE__&;
//for request page next&back
if (post_page_index) {
var previous_index =$(&.navbar,.steps .navbar-innerul.row-fluid&).find(&li.active&).find(&.number&).text();
var differ =post_page_index - previous_
lock_for_req_back_next =1;
if (differ & 0) {
for (var i = 0; i
span.arrow').addClass('open');
$(this).parents('.sub-menu').show();
$(this).parent('li').parents('li').addClass('active open');
$('.sub-menu').hide();
$(&ul.page-sidebar-menuli&).not(&.open&).find(&ul&).hide();如何采集局部刷新的页面内容哦?
一个页面里有ajax做的内容局部刷新,如何采集这种网页的信息呢?
没有具体页面的话,大家可能理解起来有些问题,或者我的描述不够准确。
就类似于这个页面的吧,下面申请指南里那些标签。
这些内容不知道如何搞到~
楼主的意思,是不是数据请求的模拟?看看JS源码,基本上逻辑就是,给按钮元素绑定onclick事件,然后通过ajax去异步获取数据,再用JS生成Dom节点,插入到页面中。
--- 共有 2 条评论 ---
谢了哥们,后来尝试了几次给ashx传明参数,也能获取数据,不用模拟post,谢谢你的回答。
补充了一下问题,放了个链接,我想抓的那页和这个类似。
用火狐浏览器或者谷歌浏览器,按F12键,查看页面结构就能看到ajax之后的HTML数据结构。
--- 共有 2 条评论 ---
: 不太明白楼主的意思。模拟?
是能看到,但是,内容是根据鼠标点击按钮异步请求的。我不太清楚怎样模拟这种请求。
直接采ajax的数据啊,抓一下ajax请求的链接和参数
&div class=&left_16 fl&&
&div class=&college_introduce m_b&&
&div class=&intro_title&&
哈佛大学(剑桥)简介&/div&
&div class=&intro&&
&div id=&introInfo& style=&height: 100 overflow:&&
哈佛大学是一所私立的综合性大学,建立于1636年,是美国最著名且最古老的高等学府之一。哈佛大学设有商学院、哈佛学院、继续教育学部、牙科学院、设计学院、神学院、教育学院、工程和应用科学院、肯尼迪政治学院、文理研究生院、法学院、医学院、公共卫生学院和拉德克利夫学院。其中哈佛学院、文理研究生院、工程和应用科学院和继续教育学部共同组成了文理学院。
哈佛大学开设有众多的本科、硕士和博士专业,如非洲研究、人类学、数学、物理、考古学、建筑、天文学、生物科学、商业、化学、计算机科学、戏剧、经济学、工程学、英语、欧洲研究、政治学、历史、语言学、音乐、神经生物学、海洋学、哲学、心理学、梵文和印度学、社会学、统计学等。哈佛大学拥有世界学术界公认的最好的商学院、法学系、医学院和人文科学,此外数学、法学、教育、生物、物理、历史等科系在全美的排名也处在前几位。
哈佛大学经常位于世界各报刊以及研究机构的排行榜首位,如非常权威的美国新闻与世界报道和泰晤士报高等教育增刊常把哈佛排在第一。
&a id=&showAll& style=&float:&&查看全部&&&/a&
&div class=&college_introduce&&
&div class=&intro_title&&
申请指南&/div&
&div class=&intro_content&&
&div class=&degree& id=&dv_degreeTab&&
&li style=&float:&&&a class=&& id=&2844_Undergraduate_175&&本科&/a&&/li&&li&&a id=&2844_Master_175& class=&&&硕士&/a&&/li&&li&&a id=&2844_Dr_175& class=&&&博士&/a&&/li&&li style=&float:&&&a id=&2844_MBA_175& class=&&&MBA&/a&&/li&&li style=&float:&&&a id=&2844_Language_175& class=&hover&&语言中心&/a&&/li&&li style=&float:&&&a id=&2844_NetWork_175&&网校&/a&&/li&&/ul&
&div class=&degree_intro&&
&div class=&specialty hover& id=&con_one_1&&
&div class=&contact&&
&div class=&contact_left fl& id=&dv_contact&&&p&&strong&联系方式:&/strong&&/p&&p&地址:Office of Admissions and Financial Aid
Harvard University
1350 Massachusetts Avenue
Holyoke Center 350
Cambridge, MA
&/p&&p&邮箱:admiss@fas.harvard.edu&/p&&p&电话:+1-617-495--495-5396&/p&&p&传真:1 617-496-5333&/p&&p&在线申请:/grad/Harvard/GSAS/&/p&&/div&
&div class=&contact_right fr&&
&div class=&tongji&&
&a target=&_blank& id=&a_majorHref& href=&/major-2844-Master.html&&
&strong&专业&/strong&&br&
&span id=&span_majorSum&&&strong&229&/strong&&/span&个&/a&&/div&
&div class=&tongji_school&&
&a href=&contact-2844.html& target=&_blank& class=&fl&&直接向校方咨询&/a&
&a href=&/agency-175-0-2-0-0-0-0-0-0& class=&fr& target=&_blank&&自由选择中介咨询&/a&
&div class=&condition_school&&
&div class=&school_title&&
入学条件:&/div&
&div class=&school_detail&&
&table class=&table& border=&0& cellspacing=&0& cellpadding=&0& id=&tb_ruxueCondition&&
&tbody&&tr&&td class=&td&&最低年龄&/td&&td class=&td&&学历要求&/td&&td class=&td&&平均分及说明&/td&&td class=&td&&&&/td&&td class=&td&&&&/td&&/tr&
&tr&&td class=&td_2&&无明确要求&/td&&td class=&td_2&&本科毕业&/td&&td class=&td_2&&无明确要求&/td&&td class=&td_2&&&&/td&&td class=&td_2&&&&/td&&/tr&
&/tbody&&/table&
&div class=&condition_school&&
&div class=&school_title&&
语言及相关考试要求:&/div&
&div class=&school_detail&&
&table class=&table& border=&0& cellspacing=&0& cellpadding=&0& id=&tb_languageAndTest&&
&tbody&&tr&
&table width=&659& border=&0& cellspacing=&0& cellpadding=&0& id=&tb_languageAndTestContent&&&tbody&&tr&&td class=&td&&托福网考(IBT)&/td&&td class=&td&&&&/td&&td class=&td&&&&/td&&td class=&td&&&&/td&&td class=&td&&&&/td&&/tr&&tr&&td class=&td_3&&80&/td&&td class=&td_3&&&&/td&&td class=&td_3&&&&/td&&td class=&td_3&&&&/td&&td class=&td_3&&&&/td&&/tr&&/tbody&&/table&
&td class=&td_yaoqiu&&
&td class=&td_intro& id=&OtherConditions&&文理学院入学要求:&1.申请者需获得本科学士学位或同等学历。&2.提供托福、雅思成绩,成绩两年内有效。&3.提供三封推荐信。&4.提供GRE成绩。&5.提供就读学校成绩单英文版。&/td&
&/tbody&&/table&
&div class=&condition_school_2&&
&div class=&left_17 fl&&
&div class=&left_17_title&&申请截止日期&/div&
&div class=&left_17_list& id=&dv_openingTime&&
&ul&&li&&span class=&fl&&12月3日&/span&&span class=&fr&&文理学院商业经济&&&a class=&nihao_tip& href=&###& title=&文理学院商业经济专业申请截止时间,其他专业最终截止到12月31日。&&详细&/a&&/span&&/li&&/ul&
&div class=&right_17 fr&&
&div class=&right_17_title&&
费用&/div&
&div class=&right_17_list& id=&dv_costHtml&&
&ul&&li&&p class=&right_first fl&&&span&参考学费:&/span&&/p&&p class=&right_second fl&&&span&34976&/span&美元/学年&/p&&p class=&right_second fr&&RMB:&span&221702&/span&元/学年&/p&&/li&&li&&p class=&right_first fl&&&span&申请费:&/span&&/p&&p class=&right_second fl&&&span&105&/span&美元&/p&&p class=&right_second fr&&RMB:&span&666&/span&元&/p&&/li&&li&&p class=&right_first fl&&&span&生活费:&/span&&/p&&p class=&right_second fl&&&span&&/span&美元/学年&/p&&p class=&right_second fr&&RMB:&span&&/span&元/学年&/p&&/li&&li&&p class=&right_first fl&&&span&奖学金:&/span&&/p&&p class=&right_second fl&&&a href=&http://www.scholarship.harvard.edu/international.html& target=&_blank&&到该校官网查看&&&/a&&/p&&/li&&li&&p class=&fr p_r&&实时汇率:中国银行&/p&&/li&&/ul&
&div class=&cl&&
&div class=&college_introduce m_t& id=&LookPaiMing&&
&div class=&intro_title&&
哈佛大学(剑桥)排名&/div&
&div class=&info_7&&
&div class=&title08&&
&p class=&title_first fl&&
排名方式&/p&
&p class=&title_second fl&&
排名年月&/p&
&p class=&title_third fr&&
&div class=&title09 m_b&&全球大学排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1974.html& title=&韦伯麦特里克斯网北美洲大学排名& target=&_blank&&韦伯麦特里克斯网北美洲大学排名&/a&&/p&&p class=&title_six fl&&2013年1月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1973.html& title=&韦伯麦特里克斯网全球院校1月份排名& target=&_blank&&韦伯麦特里克斯网全球院校1月份排名&/a&&/p&&p class=&title_six fl&&2013年1月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1972.html& title=&QS世界大学综合排名& target=&_blank&&QS世界大学综合排名&/a&&/p&&p class=&title_six fl&&2012年10月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1934.html& title=&全球高校网(4ICU)世界大学200强排名& target=&_blank&&全球高校网(4ICU)世界大学200强排名&/a&&/p&&p class=&title_six fl&&2013年1月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1935.html& title=&全球高校网(4ICU)北美洲大学100强排名& target=&_blank&&全球高校网(4ICU)北美洲大学100强排名&/a&&/p&&p class=&title_six fl&&2013年1月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1709.html& title=&全球高校网(4ICU)世界大学200强排名& target=&_blank&&全球高校网(4ICU)世界大学200强排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1710.html& title=&全球高校网(4ICU)北美洲大学100强排名& target=&_blank&&全球高校网(4ICU)北美洲大学100强排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1685.html& title=&QS世界大学排名& target=&_blank&&QS世界大学排名&/a&&/p&&p class=&title_six fl&&2011年8月&/p&&p class=&title_fifth fr&&2&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1686.html& title=&QS世界大学排名& target=&_blank&&QS世界大学排名&/a&&/p&&p class=&title_six fl&&2012年8月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1642.html& title=&世界大学400强大学排名& target=&_blank&&世界大学400强大学排名&/a&&/p&&p class=&title_six fl&&2012年10月&/p&&p class=&title_fifth fr&&4&/p&&/div&&div class=&title09 m_b&&全球专业排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2003.html& title=&QS世界大学哲学专业排名& target=&_blank&&QS世界大学哲学专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&14&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2004.html& title=&QS世界大学现代语言专业排名& target=&_blank&&QS世界大学现代语言专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2006.html& title=&QS世界大学历史与考古专业排名& target=&_blank&&QS世界大学历史与考古专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&17&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2007.html& title=&QS世界大学语言学专业排名& target=&_blank&&QS世界大学语言学专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&18&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2008.html& title=&QS世界大学英语语言与文学专业排名& target=&_blank&&QS世界大学英语语言与文学专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2009.html& title=&QS世界大学计算机科学与信息系统专业排名& target=&_blank&&QS世界大学计算机科学与信息系统专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&6&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2011.html& title=&QS世界大学电子与电子工程专业排名& target=&_blank&&QS世界大学电子与电子工程专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&9&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2013.html& title=&QS世界大学机械、航空与制造工程专业排名& target=&_blank&&QS世界大学机械、航空与制造工程专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&6&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2014.html& title=&QS世界大学医学专业排名& target=&_blank&&QS世界大学医学专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/2015.html& title=&QS世界大学生物科学专业排名& target=&_blank&&QS世界大学生物科学专业排名&/a&&/p&&p class=&title_six fl&&2013年3月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title09 m_b&&国内大学排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1980.html& title=&韦伯麦特里克斯网美国大学排名& target=&_blank&&韦伯麦特里克斯网美国大学排名&/a&&/p&&p class=&title_six fl&&2013年1月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1944.html& title=&《美国新闻与世界报道》美国全国性大学排名& target=&_blank&&《美国新闻与世界报道》美国全国性大学排名&/a&&/p&&p class=&title_six fl&&2013年2月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1946.html& title=&《美国新闻与世界报道》美国国际学生最多的大学排名& target=&_blank&&《美国新闻与世界报道》美国国际学生最多的大学排名&/a&&/p&&p class=&title_six fl&&2013年2月&/p&&p class=&title_fifth fr&&23&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1947.html& title=&《美国新闻与世界报道》美国最实惠大学排名& target=&_blank&&《美国新闻与世界报道》美国最实惠大学排名&/a&&/p&&p class=&title_six fl&&2013年2月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1699.html& title=&《新闻周刊》美国25所最划算的院校排名& target=&_blank&&《新闻周刊》美国25所最划算的院校排名&/a&&/p&&p class=&title_six fl&&2012年8月&/p&&p class=&title_fifth fr&&5&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1701.html& title=&《新闻周刊》美国25所最严格的院校排名& target=&_blank&&《新闻周刊》美国25所最严格的院校排名&/a&&/p&&p class=&title_six fl&&2012年8月&/p&&p class=&title_fifth fr&&17&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1706.html& title=&《新闻周刊》美国25所最幸福的院校排名& target=&_blank&&《新闻周刊》美国25所最幸福的院校排名&/a&&/p&&p class=&title_six fl&&2012年8月&/p&&p class=&title_fifth fr&&11&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1707.html& title=&《新闻周刊》美国25所最有压力的院校排名& target=&_blank&&《新闻周刊》美国25所最有压力的院校排名&/a&&/p&&p class=&title_six fl&&2012年8月&/p&&p class=&title_fifth fr&&4&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1708.html& title=&《新闻周刊》美国21所提前录取的院校排名& target=&_blank&&《新闻周刊》美国21所提前录取的院校排名&/a&&/p&&p class=&title_six fl&&2012年8月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1666.html& title=&《华盛顿月刊》美国国立大学排名& target=&_blank&&《华盛顿月刊》美国国立大学排名&/a&&/p&&p class=&title_six fl&&2012年10月&/p&&p class=&title_fifth fr&&11&/p&&/div&&div class=&title09 m_b&&国内专业排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1793.html& title=&《美国新闻与世界报道》美国教育学院研究生综合排名& target=&_blank&&《美国新闻与世界报道》美国教育学院研究生综合排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&2&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1795.html& title=&《美国新闻与世界报道》美国教育学院教育管理及监督学专业研究生排名& target=&_blank&&《美国新闻与世界报道》美国教育学院教育管理及监督学专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1796.html& title=&《美国新闻与世界报道》美国教育学院教育政策专业研究生排名& target=&_blank&&《美国新闻与世界报道》美国教育学院教育政策专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&2&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1799.html& title=&《美国新闻与世界报道》美国教育学院高等教育管理专业研究生排名& target=&_blank&&《美国新闻与世界报道》美国教育学院高等教育管理专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&10&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1804.html& title=&《美国新闻与世界报道》美国工程学院研究生综合排名& target=&_blank&&《美国新闻与世界报道》美国工程学院研究生综合排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&19&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1816.html& title=&《美国新闻与世界报道》美国法学院研究生综合排名& target=&_blank&&《美国新闻与世界报道》美国法学院研究生综合排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1818.html& title=&《美国新闻与世界报道》美国法学院争端解决专业研究生排名& target=&_blank&&《美国新闻与世界报道》美国法学院争端解决专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&2&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1820.html& title=&《美国新闻与世界报道》美国法学院保健法专业研究生排名& target=&_blank&&《美国新闻与世界报道》美国法学院保健法专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&11&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1822.html& title=&《美国新闻与世界报道》美国法学院国际法专业研究生排名& target=&_blank&&《美国新闻与世界报道》美国法学院国际法专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&2&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1825.html& title=&《美国新闻与世界报道》美国法学院税法专业研究生排名& target=&_blank&&《美国新闻与世界报道》美国法学院税法专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&6&/p&&/div&&div class=&title09 m_b&&国内商学院(MBA)排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1717.html& title=&《美国新闻与世界报道》美国最佳商学院研究生综合排名& target=&_blank&&《美国新闻与世界报道》美国最佳商学院研究生综合排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1719.html& title=&《美国新闻与世界报道》商学院企业管理学专业研究生排名& target=&_blank&&《美国新闻与世界报道》商学院企业管理学专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1721.html& title=&《美国新闻与世界报道》商学院金融学专业研究生排名& target=&_blank&&《美国新闻与世界报道》商学院金融学专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&7&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1723.html& title=&《美国新闻与世界报道》商学院国际商务专业研究生排名& target=&_blank&&《美国新闻与世界报道》商学院国际商务专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&8&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1724.html& title=&《美国新闻与世界报道》商学院管理学专业研究生排名& target=&_blank&&《美国新闻与世界报道》商学院管理学专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1725.html& title=&《美国新闻与世界报道》商学院市场营销专业研究生排名& target=&_blank&&《美国新闻与世界报道》商学院市场营销专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&6&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1726.html& title=&《美国新闻与世界报道》商学院公共事业管理专业研究生排名& target=&_blank&&《美国新闻与世界报道》商学院公共事业管理专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1728.html& title=&《美国新闻与世界报道》商学院生产管理专业研究生排名& target=&_blank&&《美国新闻与世界报道》商学院生产管理专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&9&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1250.html& title=&《福布斯》美国最佳商学院排名& target=&_blank&&《福布斯》美国最佳商学院排名&/a&&/p&&p class=&title_six fl&&2011年&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1259.html& title=&《美国新闻与世界报道》美国商学院研究生综合排名& target=&_blank&&《美国新闻与世界报道》美国商学院研究生综合排名&/a&&/p&&p class=&title_six fl&&2011年3月&/p&&p class=&title_fifth fr&&2&/p&&/div&&div class=&see&&&a href=&/rank-2844.html& target=&_blank&&查看全部&&&/a&&/div&
&div class=&college_introduce m_t& id=&Div1&&
&div class=&intro_title&&
哈佛大学波士顿校区排名&/div&
&div class=&info_7& style=&padding-top: 0&&
&div class=&title09 m_b&&国内专业排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1860.html& title=&《美国新闻与世界报道》美国科学院统计学专业研究生排名& target=&_blank&&《美国新闻与世界报道》美国科学院统计学专业研究生排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&3&/p&&/div&
&div class=&college_introduce m_t& id=&Div1&&
&div class=&intro_title&&
哈佛大学商学院排名&/div&
&div class=&info_7& style=&padding-top: 0&&
&div class=&title09 m_b&&全球院校排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1973.html& title=&韦伯麦特里克斯网全球院校1月份排名& target=&_blank&&韦伯麦特里克斯网全球院校1月份排名&/a&&/p&&p class=&title_six fl&&2013年1月&/p&&p class=&title_fifth fr&&1481&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1593.html& title=&韦伯麦特里克斯网全球院校2012年7月份排名& target=&_blank&&韦伯麦特里克斯网全球院校2012年7月份排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&1385&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1600.html& title=&韦伯麦特里克斯网7月份美国大学排名& target=&_blank&&韦伯麦特里克斯网7月份美国大学排名&/a&&/p&&p class=&title_six fl&&2012年7月&/p&&p class=&title_fifth fr&&1385&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1531.html& title=&韦伯麦特里克斯网全球院校1月份排名& target=&_blank&&韦伯麦特里克斯网全球院校1月份排名&/a&&/p&&p class=&title_six fl&&2012年1月&/p&&p class=&title_fifth fr&&1548&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1325.html& title=&韦伯麦特里克斯网全球院校12000强7月份排名& target=&_blank&&韦伯麦特里克斯网全球院校12000强7月份排名&/a&&/p&&p class=&title_six fl&&2011年7月&/p&&p class=&title_fifth fr&&728&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1227.html& title=&韦伯麦特里克斯网全球院校12000强1月份排名& target=&_blank&&韦伯麦特里克斯网全球院校12000强1月份排名&/a&&/p&&p class=&title_six fl&&2011年1月&/p&&p class=&title_fifth fr&&1048&/p&&/div&&div class=&title09 m_b&&全球商学院(MBA)排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1943.html& title=&全日制MBA排名& target=&_blank&&全日制MBA排名&/a&&/p&&p class=&title_six fl&&2012年12月&/p&&p class=&title_fifth fr&&4&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1941.html& title=&全球MBA排名& target=&_blank&&全球MBA排名&/a&&/p&&p class=&title_six fl&&2013年1月&/p&&p class=&title_fifth fr&&1&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/1394.html& title=&全球MBA排名& target=&_blank&&全球MBA排名&/a&&/p&&p class=&title_six fl&&2012年2月&/p&&p class=&title_fifth fr&&2&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/60.html& title=&《金融时报》全球(公开)行政教育专业排名& target=&_blank&&《金融时报》全球(公开)行政教育专业排名&/a&&/p&&p class=&title_six fl&&2010年&/p&&p class=&title_fifth fr&&4&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/61.html& title=&《金融时报》全球(定制)行政教育专业排名& target=&_blank&&《金融时报》全球(定制)行政教育专业排名&/a&&/p&&p class=&title_six fl&&2010年&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/57.html& title=&《金融时报》全球MBA排名& target=&_blank&&《金融时报》全球MBA排名&/a&&/p&&p class=&title_six fl&&2010年&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/63.html& title=&全球MBA排名& target=&_blank&&全球MBA排名&/a&&/p&&p class=&title_six fl&&2011年1月&/p&&p class=&title_fifth fr&&3&/p&&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/64.html& title=&《经济学人》全日制MBA排名& target=&_blank&&《经济学人》全日制MBA排名&/a&&/p&&p class=&title_six fl&&2010年&/p&&p class=&title_fifth fr&&4&/p&&/div&&div class=&title09 m_b&&国内商学院(MBA)排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/69.html& title=&《商业周刊》最佳和最差MBA就业排名& target=&_blank&&《商业周刊》最佳和最差MBA就业排名&/a&&/p&&p class=&title_six fl&&2010年&/p&&p class=&title_fifth fr&&3&/p&&/div&
&div class=&college_introduce m_t& id=&Div1&&
&div class=&intro_title&&
哈佛学院排名&/div&
&div class=&info_7& style=&padding-top: 0&&
&div class=&title09 m_b&&国内院校排名&/div&&div class=&title10&&&p class=&title_fourth fl&&&a href=&/rank/66.html& title=&《普林斯顿评论》美国最具价值私立大学排名& target=&_blank&&《普林斯顿评论》美国最具价值私立大学排名&/a&&/p&&p class=&title_six fl&&2010年&/p&&p class=&title_fifth fr&&不分位次&/p&&/div&
&div class=&college_introduce m_t m_b&&
&div class=&intro_title&&
本省州其它高校&/div&
&div class=&school_name p_b p_t&&
&li&&a href=&/2904.html& target=&_blank& title=&北岸社区学院(丹佛斯)&&
北岸社区学院(丹佛斯)&/a&&/li&
&li&&a href=&/2796.html& target=&_blank& title=&神佑约翰十三世国家神学院(韦斯顿)&&
神佑约翰十三世国家神学院(韦斯...&/a&&/li&
&li&&a href=&/2816.html& target=&_blank& title=&克拉克大学(伍斯特)&&
克拉克大学(伍斯特)&/a&&/li&
&li&&a href=&/2856.html& target=&_blank& title=&ITT技术学院诺伍德分校(马萨诸塞州诺伍德)&&
ITT技术学院诺伍德分校(马萨...&/a&&/li&
&li&&a href=&/2874.html& target=&_blank& title=&麻省艺术学院(波士顿)&&
麻省艺术学院(波士顿)&/a&&/li&
&li&&a href=&/2875.html& target=&_blank& title=&麻省文科学院(北亚当斯)&&
麻省文科学院(北亚当斯)&/a&&/li&
&li&&a href=&/2911.html& target=&_blank& title=&昆西学院(昆西)&&
昆西学院(昆西)&/a&&/li&
&li&&a href=&/2826.html& target=&_blank& title=&东拿撒勒学院(昆西)&&
东拿撒勒学院(昆西)&/a&&/li&
&li&&a href=&/2812.html& target=&_blank& title=&剑桥学校(剑桥)(现名:韦斯顿剑桥学院)&&
剑桥学校(剑桥)(现名:韦斯顿...&/a&&/li&
&div class=&cl&&
&div id=&place_iframe&&&iframe style=&width:690height:304& src=&/mypost.php?fid='%E7%BE%8E%E5%9B%BD'&gid=2676&tid='%E7%BE%8E%E5%9B%BD%E5%93%88%E4%BD%9B%E5%A4%A7%E5%AD%A6'& name=&ifm& id=&ifm& frameborder=&0& scrolling=&no&&&/iframe&&/div&
&div id=&showposts&&&div id=&ct& class=&wp cl&&&div class=&bm tl&&&div class=&th&&&table cellspacing=&0& cellpadding=&0&&&tbody&&tr&&th&&h2&相关帖子&/h2&&/th&&td class=&by&&作者&/td&&td class=&number&&回复/查看&/td&&/tr&&/tbody&&/table&&/div&&div class=&bm_c&&&table cellspacing=&0& cellpadding=&0&&&tbody&&tr&&td id=&nocontent&&没有相关内容&/td&&/tr&&/tbody&&/table&&/div& &/div& &/div&&/div&
就用浏览器调试工具F12 &就能抓出来。
--- 共有 2 条评论 ---
: 如果不需要页面结构的话,只要数据,那就去下个Fiddler2抓请求返回数据的工具吧
点其他的标签,内容是变化的。而且。。1w多条数据,不太清楚怎么用代码循环调用f12
抓取网页渲染后的HTML就可以了
/developmentSkills/useAJAX.html

我要回帖

更多关于 新笔记本开机一分钟 的文章

 

随机推荐