#在组件内调用http时需要使用getCurrentInstance()来获取const{ ctx } =getCurrentInstance();//获取上下文实例,ctx=vue2的thisctx.$axios.post('xxx',xxx)... 三、vue3中使用Provide/Inject依赖注入,替代vue2中在原型链上挂载一些属性【推荐】 参考资料:https://github.com/vuejs/rfcs/pull/117https://v3.vu...