第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

狀態(tài)碼 409

var?http?=?require('http')
var?querystring?=?require('querystring')
var?postData?=?querystring.stringify({
	'content':'i?just?want?to?test',
	'cid':348
})
var?options?={
	hostname:'www.immoc.com',
	port:80,
	path:'/course/docomment',
	method:'POST',
	headers:{
		'Accept':'application/json,?text/javascript,?*/*;?q=0.01',
		'Accept-Encoding':'gzip,?deflate',
		'Accept-Language':'zh-CN,zh;q=0.8',
		'Connection':'keep-alive',
		'Content-Length':postData.length,
		'Content-Type':'application/x-www-form-urlencoded;?charset=UTF-8',
		'Cookie':'這里放的我的cookie',
		'Host':'idcbgp.cn',
		'Origin':'http://idcbgp.cn',
		'Referer':'http://idcbgp.cn/comment/348',
		'User-Agent':'Mozilla/5.0?(Windows?NT?10.0;?WOW64)?AppleWebKit/537.36?(KHTML,?like?Gecko)?Chrome/45.0.2454.101?Safari/537.36',
		'X-Requested-With':'XMLHttpRequest'
	}
}

var?req?=?http.request(options,function(res){
	console.log('Status:?'+res.statusCode)
	console.log('headers:?'+JSON.stringify(res.headers))
	
	res.on('data',function(chunk){
		console.log(Buffer.isBuffer(chunk))
		console.log(typeof?chunk)
	})
	res.on('end',function(){
		console.log('評(píng)論完畢!')
	})
})
req.on('error',function(e){
		console.log('Error:?'+e.message)
	})

req.write(postData)
req.end()

狀態(tài)碼 409

正在回答

3 回答

解決了么?我也是的。

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

AHe 提問者

沒有解決??!
2016-07-28 回復(fù) 有任何疑惑可以回復(fù)我~

服務(wù)器在完成請(qǐng)求時(shí)發(fā)生沖突.

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消
進(jìn)擊Node.js基礎(chǔ)(一)
  • 參與學(xué)習(xí)       219336    人
  • 解答問題       973    個(gè)

本視頻教程帶你揭開Node.js的面紗,帶你走進(jìn)一個(gè)全新世界

進(jìn)入課程

狀態(tài)碼 409

我要回答 關(guān)注問題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)