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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

通過超級(jí)代理在本地項(xiàng)目上響應(yīng) Ajax 請(qǐng)求

通過超級(jí)代理在本地項(xiàng)目上響應(yīng) Ajax 請(qǐng)求

我想通過 superagent 插件/庫(kù)將 AJAX 請(qǐng)求發(fā)送到存儲(chǔ)在 backend/hi.php 中的 php 文件這是 php 文件:<?phpecho "hi";我基本上想從 php 文件中取回 hi。這是請(qǐng)求發(fā)生的 reducers/index.js 中的 reducerimport superagent from 'superagent';import jsonp from 'superagent-jsonp';let initialState = null;function reducer(state = initialState,action) {    if(action.type=="SEARCH") {        let url= "/backend/hi.php";        superagent.get(url).end(function(err, res){            console.log(res);        });    }    else {        return state;    }}export default reducer;我在控制臺(tái)中得到的不是字符串“hi”,而是以下內(nèi)容:    Response1.  accepted: false2.  badRequest: false3.  body: null4.  charset: "UTF-8"5.  clientError: false6.  created: false7.  error: false8.  forbidden: false9.  header: {accept-ranges: "bytes", connection: "keep-alive", content-encoding: "gzip", content-type: "text/html; charset=UTF-8", date: "Tue, 21 Jul 2020 15:39:42 GMT", …}10. headers: {accept-ranges: "bytes", connection: "keep-alive", content-encoding: "gzip", content-type: "text/html; charset=UTF-8", date: "Tue, 21 Jul 2020 15:39:42 GMT", …}11. info: false12. links: {}13. noContent: false14. notAcceptable: false15. notFound: false16. ok: true17. redirect: false18. req: Request {_query: Array(0), method: "GET", url: "/backend/hi.php", header: {…}, _header: {…}, …}19. serverError: false20. status: 20021. statusCode: 20022. statusText: "OK"23. statusType: 225. type: "text/html"26. unauthorized: false27. unprocessableEntity: false28. xhr: XMLHttpRequest {readyState: 4, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload, onreadystatechange: ?, …}29. __proto__: Object這是我的文件夾結(jié)構(gòu):如何將 Ajax 請(qǐng)求正確發(fā)送到 hi.php?
查看完整描述

1 回答

?
白板的微信

TA貢獻(xiàn)1883條經(jīng)驗(yàn) 獲得超3個(gè)贊

我認(rèn)為后端 api 正在返回 null 作為正文。這可能是您的 API 的問題。嘗試從瀏覽器訪問 api 并查看它是否返回?cái)?shù)據(jù)



查看完整回答
反對(duì) 回復(fù) 2022-11-27
  • 1 回答
  • 0 關(guān)注
  • 87 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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