2020年8月1日
摘要: 分支v-if <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta htt 阅读全文
posted @ 2020-08-01 18:39 知否知否, 阅读(116) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-08-01 17:34 知否知否, 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 属性绑定v-bind <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta 阅读全文
posted @ 2020-08-01 17:33 知否知否, 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 阻止冒泡 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http- 阅读全文
posted @ 2020-08-01 15:33 知否知否, 阅读(168) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-08-01 11:27 知否知否, 阅读(86) 评论(0) 推荐(0) 编辑
  2020年7月30日
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-07-30 10:16 知否知否, 阅读(105) 评论(0) 推荐(0) 编辑
  2020年7月29日
摘要: 事件 v-on:click=“handle" @click="handle" handle创建在methods里 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content= 阅读全文
posted @ 2020-07-29 15:46 知否知否, 阅读(217) 评论(0) 推荐(0) 编辑
摘要: <body> <div id="app1"> <div>{{msg}}</div> </div> <script type="text/javascript" src="../vue.js"></script> <script type="text/javascript"> var vm = new 阅读全文
posted @ 2020-07-29 15:22 知否知否, 阅读(94) 评论(0) 推荐(0) 编辑
摘要: <label>网址:</label><input type="url" name="" required><br><br> <label>邮箱:</label><input type="email" name="" required><br><br> <label>日期:</label><input 阅读全文
posted @ 2020-07-29 09:41 知否知否, 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 多媒体标签 <audio> <audio src='../audio/bxb.mp3' controls="controls" autoplay="autoplay"></audio> <video> <video src="../video/moshou.mp4" controls="contro 阅读全文
posted @ 2020-07-29 09:34 知否知否, 阅读(62) 评论(0) 推荐(0) 编辑