微信小程序系列-wx.request 請求中文亂碼問題

 method: "post",
            header: {
              'content-type': 'application/x-www-form-urlencoded;charset=utf-8', // 默認值
              'cookie': wx.getStorageSync('Set-Cookie')
            },
            scriptCharset: 'utf-8',

寫成這樣準沒錯

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章