程序员面试刷题的书哪个好 badbosshk.github.io 注释
程序员面试刷题的书哪个好1.项目框架结构搭建(webpack + vue) webpack打包整合代码webpack -p hbuilder打包成移动App vue-cli 2.使用路由跳转页面(vue-router) new VueRouter({ routes:[ {path:'/home',component:home}, {path:'/photoinfo/:id',component:home} ] }) 3.使用vue-resource(axios)请求真实数据在哪里发送数据请求?生命周期函数created怎么发送数据请求? this.$http.get(url).then(function(res){ console.log(res.body) }) this.$http.post(url,{需要发送的数据},{emulateJSON:true}).the
用户评论