05 2018 档案

摘要:const readline = require('readline-sync'); let maxLength = 5; //账号库 let accountName = () => { let account = [{ name: '123', password: 456 }, { name: 'lisi', password: 123 }, { name: 'wang... 阅读全文
posted @ 2018-05-27 20:12 web__yang 阅读(914) 评论(0) 推荐(0)
摘要:const readline = require('readline-sync'); let arr = [['zhangsan','123456'],['lisi','123456']]; let menu='1.取款\n2.存款\n3.查看\n4.退出'; let isGister=false; //定义初始登录错误 let inputfalse=0; //定义输入错误次数... 阅读全文
posted @ 2018-05-20 23:35 web__yang 阅读(125) 评论(0) 推荐(0)
摘要:淘宝网 - 淘!我喜欢 亲,请登录 免费注册 手机逛淘宝 我的淘宝 ... 阅读全文
posted @ 2018-05-01 18:40 web__yang 阅读(558) 评论(0) 推荐(0)
摘要:none 定义不进行转换。 测试 matrix(n,n,n,n,n,n) 定义 2D 转换,使用六个值的矩阵。 测试 matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n) 定义 3D 转换,使用 16 个值的 4x4 矩阵。 translate(x,y) 定义 2D 转 阅读全文
posted @ 2018-05-01 18:39 web__yang 阅读(270) 评论(0) 推荐(0)