摘要: <script> // 参数 params // 数据 .data axios.get("./00 data.json",{ // Headers:{ // }, params:{ id:1001 } }) .then(function (response) { console.log(respon 阅读全文