chrome 获取 href

var i = 1;
jQuery(".ndownlist:last [href]").each(function() {

    if (null != this.title) {
        if (this.title == "迅雷离线下载") {
            console.info(i + this.href);
            i = i + 1;
        }
    }
});
相关文章
相关标签/搜索