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

浙公网安备 33010602011771号