0
請幫助我,這段代碼有什麼問題?如何使用jQuery手機發送json後文章
$.ajax({
type: 'POST',
url: baseUrl+url,
data: {language: 'it'},
xhrFields: {
withCredentials : true
}
})
爲什麼服務器接收:
'language=it_IT'