06 2018 档案

用jQuery编写简单九宫格抽奖
摘要:1 2 3 4 5 6 7 8 Document 9 48 49 50 51 52 53 54 55 56 57 奖5元 58 ... 阅读全文

posted @ 2018-06-30 12:39 YKmaster 阅读(1739) 评论(0) 推荐(0)

用jQuery-Easy-UI编写注册页面
摘要:1 2 3 4 5 6 7 8 Document 9 10 11 16 17 18 19 20 21 22 23 24 25 ... 阅读全文

posted @ 2018-06-30 12:37 YKmaster 阅读(626) 评论(0) 推荐(0)

用JavaScript中jQuery编写放大镜效果
摘要:1 2 3 4 5 6 7 8 Document 9 43 44 45 46 47 48 49 --> 50 51 52 53 --> 54 5... 阅读全文

posted @ 2018-06-23 13:07 YKmaster 阅读(308) 评论(0) 推荐(0)

用JavaScript中lodash编写双色球
摘要:1 2 3 4 5 6 7 8 Document 9 73 74 75 76 77 78 中国福利双色球 79 80 81 82 请选择号码 83 红球(1~33) 84 8... 阅读全文

posted @ 2018-06-23 13:05 YKmaster 阅读(488) 评论(0) 推荐(0)

用画布canvas画安卓logo
摘要:1 2 3 4 5 6 7 8 Document 9 15 16 17 18 19 20 21 22 99 100 101 阅读全文

posted @ 2018-06-18 14:56 YKmaster 阅读(519) 评论(0) 推荐(0)

用JavaScript编写气泡
摘要:1 2 3 4 5 6 7 8 Document 9 14 15 16 17 18 19 67 68 69 阅读全文

posted @ 2018-06-18 14:54 YKmaster 阅读(744) 评论(0) 推荐(0)

用JavaScript编写简单斗地主效果Es6
摘要:1 2 3 4 5 6 7 8 Document 9 120 121 122 123 124 125 126 127 128 129 玩家一 130 ... 阅读全文

posted @ 2018-06-09 10:59 YKmaster 阅读(721) 评论(0) 推荐(0)

用javascript编写地区表单ES6
摘要:1 2 3 4 5 6 7 8 Document 9 10 11 12 13 49 50 53 54 121 122 123 124 125 阅读全文

posted @ 2018-06-09 10:58 YKmaster 阅读(553) 评论(0) 推荐(0)

JavaScript编写简单的增加与减少元素
摘要:1 2 3 4 5 6 7 8 Document 9 10 11 12 13 14 第1个li 15 16 17 第2个li 18 19 20 第3个li ... 阅读全文

posted @ 2018-06-02 14:55 YKmaster 阅读(521) 评论(0) 推荐(0)

JavaScript编写学生查询系统
摘要:1 const readline = require('readline-sync')//引用readline-sync 2 //用户名,密码 3 let user = [{ 4 username: 'yang', 5 password: 123 6 }, { 7 username: 'kai', 8 password: 456 ... 阅读全文

posted @ 2018-06-02 14:50 YKmaster 阅读(2241) 评论(0) 推荐(0)