get请求的url经常会过长,导致数据丢失
解决方案:采用 post 请求,来解决该问题,写一个采用 post 请求的函数即可
function sendByPost(url, ids) { |
也可以使用 formData
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
解决方案:采用 post 请求,来解决该问题,写一个采用 post 请求的函数即可
function sendByPost(url, ids) { |
也可以使用 formData