摘要: html复习 css选择器与常用属性 id选择器 # class选择器 . 通配符选择器 * { } 常用的css属性 width height backgroundcolor font-size color 文本水平居中 text-align :center 文本行高 垂直居中 :line-hei 阅读全文
posted @ 2021-09-07 01:46 麋鹿lh 阅读(27) 评论(0) 推荐(0)
摘要: 首先进行安装axios 可以使用 yarn安装 命令如下: yarn add axios 执行get请求 axios.get('/user',{params:{ id:13} }).then(function (response) { console.log(response) }).catch(f 阅读全文
posted @ 2021-09-07 00:53 麋鹿lh 阅读(75) 评论(0) 推荐(0)