kuaifan / eeui

📱 使用 Vue.js 跨平台开发高质量原生(Android/iOS)应用。
https://eeui.app/
MIT License
531 stars 53 forks source link

Ajax 的HashMap 能否改成HashMap? #80

Open theStarsOcean opened 4 years ago

theStarsOcean commented 4 years ago

LinkedHashMap 是对数据前后顺序有了要求。先放进去的排在前面。后放进去的排在后面。 阿里云的oss上传。 必须file参数必须放在最后面 如果 用HashMap,file参数就会跳到中间去了。 就无法上传。