07 2021 档案

摘要:Vue笔记整理 一, vue的安装 1,下载 node.js 淘宝镜像:npm install -g cnpm --registry=https://registry.npm.taobao.org 脚手架:npm install -g @vue/cli 查看:vue -V axios 安装数据获取: 阅读全文
posted @ 2021-07-22 10:48 shui~ 阅读(83) 评论(0) 推荐(0)
摘要:效果图: html 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <link href="css/index.css" rel="stylesheet" /> <link href="css/re 阅读全文
posted @ 2021-07-21 21:28 shui~ 阅读(121) 评论(0) 推荐(0)
摘要:效果图: html页面: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 阅读全文
posted @ 2021-07-21 21:13 shui~ 阅读(256) 评论(0) 推荐(0)
摘要:<body> <div id="app"> <!-- 搜索input --> <input type="text" v-model="searchtext"> <!-- 下拉框 --> <div class="btn-group" role="group"> <button type="button 阅读全文
posted @ 2021-07-21 20:59 shui~ 阅读(145) 评论(0) 推荐(0)
摘要:前端: <div> 起点:<input id="adress" type="text" runat="server" /> <br /> 终点:<input id="Address" type="text" runat="server" /> <br /> 天气:<input id="weather 阅读全文
posted @ 2021-07-21 10:19 shui~ 阅读(258) 评论(0) 推荐(0)