前端页面(页面参数) -> 后端接口 方式一: vue的axios 查找依据在IDEA中ctrl+shift+r全局搜索this.$http({ 方式二: 通过表单的action属性在IDEA中ctrl+shift+r全局搜索 action=” 方式三: 通过ajax实现的,在IDEA中ctrl+shift+r全局搜索 $.ajax(