var gs = require('nodegrass')
gs.get('http://www.jd.com', function(data){
console.log(data)//将data输出即使中文
}, 'gbk').on('error',funtion(err){
console.log(err)
})
可以查查nodegrass的说明 https://github.com/scottkiss/nodegrass
$("a[rel='load-content']")这是jq的属性选择器,找到rel属性等于load-content的a标签,然后给他绑定click事件,至于无效,你看看有没有报错,get拿没拿到值欢迎分享,转载请注明来源:内存溢出
评论列表(0条)