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

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

通過 sweetalert 從 express 服務(wù)器獲取數(shù)據(jù)

通過 sweetalert 從 express 服務(wù)器獲取數(shù)據(jù)

翻過高山走不出你 2023-05-25 16:03:41
嘿,我用 nodejs 做了一個網(wǎng)絡(luò)服務(wù)器,如果我向 ip/test 發(fā)送請求,它會通過 res.send('test) 給我文本我想通過 sweetalert 獲取此文本,但它總是失?。?JavaScript 代碼:const ipAPI = 'http://ip:port/test'Swal.queue([{title: '',confirmButtonText: 'Click me',showLoaderOnConfirm: true,preConfirm: () => {    return fetch(ipAPI)    .then(response => response.html())    .then(data => Swal.insertQueueStep(data))    .catch(() => {        Swal.insertQueueStep({        icon: 'error',        title: ':('            })        })    }}])和 Nodejs Express 代碼:app.post('/test', function(req, res){    res.send(globalServerCount);});
查看完整描述

1 回答

?
猛跑小豬

TA貢獻(xiàn)1858條經(jīng)驗 獲得超8個贊

我找到了答案:

app.get('/test', function(req, res){
    res.send(globalServerCount);
});


查看完整回答
反對 回復(fù) 2023-05-25
  • 1 回答
  • 0 關(guān)注
  • 162 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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