摘要: <div id="app"> <select v-for="(arrItem,key) in selectList" v-model="selectArr[key]" @focus="position=key" @change="selected" :key="key" style="margin: 阅读全文
posted @ 2022-10-27 17:11 7c89 阅读(1232) 评论(0) 推荐(0) 编辑
摘要: { "version": "0.2.0", "configurations": [ { "type": "pwa-chrome", "request": "launch", "name": "调试", "url": "http://www.aa.com:8080", "userDataDir": " 阅读全文
posted @ 2022-10-27 15:02 7c89 阅读(37) 评论(0) 推荐(0) 编辑
摘要: content-type的三种常见数据格式: 1 默认的格式请求体中的数据会以json字符串的形式发送到后端 'Content-Type: application/json ' 2 请求体中的数据会以普通表单形式(键值对)发送到后端 'Content-Type: application/x-www- 阅读全文
posted @ 2022-10-27 13:51 7c89 阅读(186) 评论(0) 推荐(0) 编辑