随笔分类 -  Html5

摘要:Word文档下载 1. 哪一种语言是世界上最流行的脚步语言? 答:JavaScript是世界上最流行的脚本语言,因为你在电脑、手机、平板上浏览的所有的网页,以及无数基于HTML5的手机App,交互逻辑都是由JavaScript驱动的。简单地说,JavaScript是一种运行在浏览器中的解释型的编程语 阅读全文
posted @ 2021-10-28 20:39 dshow 阅读(457) 评论(0) 推荐(0) 编辑
摘要:代码如下: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>HTML5 Local Storage Example</title> <!-- include Bootstrap CSS for layou 阅读全文
posted @ 2021-10-24 11:22 dshow 阅读(32) 评论(0) 推荐(0) 编辑
摘要:粒子运动背景 <template> <div class="outer"> <particles-com class="inner"/> <div class="wd">gCode Teacher</div> </div> </template> <script> import ParticlesC 阅读全文
posted @ 2021-10-10 20:55 dshow 阅读(39) 评论(0) 推荐(0) 编辑
摘要:核心代码1: <template> <a-list item-layout="horizontal" :data-source="data"> <template #renderItem="{ item }"> <a-list-item> <a-list-item-meta :description 阅读全文
posted @ 2021-10-06 21:23 dshow 阅读(1093) 评论(0) 推荐(0) 编辑
摘要:蓝图参考:http://vue.dshow.net/Axure/Exe01/index.html#id=z0ttia&p=%E7%BB%83%E4%B9%A01 正方形: <template> <div class="square"> 练习1<br/>正方形制作格码老师<br/>创作 </div> 阅读全文
posted @ 2021-10-05 21:57 dshow 阅读(104) 评论(0) 推荐(0) 编辑
摘要:AddDemo 代码1: <template> <div> <a-input v-model:value="Num1" /> <a-input v-model:value="Num2" /><br /> <label>Sum:{{SumNum}}</label> <br /> <label>Sub: 阅读全文
posted @ 2021-10-05 21:34 dshow 阅读(328) 评论(0) 推荐(0) 编辑
摘要:AddDemo: <template> <div> <input type="number" name="Num1" id="Num1" v-model="Num1" >+<input type="number" name="Num2" id="Num2" v-model="Num2" >=<lab 阅读全文
posted @ 2021-09-26 18:18 dshow 阅读(91) 评论(0) 推荐(0) 编辑
摘要:<template> <div> {{dataname}} {{setupname}} <p>Num:{{num}}</p> <p>Age:{{age}}</p> <button @click="plusOne1()">+</button> <button @click="plusOne2()">+ 阅读全文
posted @ 2021-09-25 12:55 dshow 阅读(102) 评论(0) 推荐(0) 编辑
摘要:Child.vue: <template> <div>Child Info:{{message}}</div> </template> <script> import {inject,ref,onMounted} from 'vue' export default { name:'Child', s 阅读全文
posted @ 2021-09-24 23:38 dshow 阅读(121) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="flex-demo"> <div class="inner1" v-on:click="fn" >11</div> <div class="inner2">22</div> <div class="inner1" v-if="showCmd.bValue 阅读全文
posted @ 2021-09-24 18:24 dshow 阅读(82) 评论(0) 推荐(0) 编辑
摘要:代码1: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" co 阅读全文
posted @ 2021-08-15 13:22 dshow 阅读(212) 评论(0) 推荐(0) 编辑
摘要:版本1草稿: XsInfo.htmll文档: <!doctype html> <html> <head> <meta charset="utf-8"> <title>选手信息</title> <link rel="stylesheet" type="text/css" href="Blue/css/ 阅读全文
posted @ 2020-01-19 18:30 dshow 阅读(417) 评论(0) 推荐(0) 编辑