摘要: css: <style> body{ text-align: center; } canvas{ background: #ddd; } </style>canvas标签:<canvas id="canvas" width="500" height="400"></canvas>js: var el 阅读全文
posted @ 2017-09-12 12:54 匿名的girl 阅读(584) 评论(0) 推荐(0)
摘要: css样式: body{ text-align: center; } canvas{ background: #ddd; } canvas标签: <canvas id="canvas" width="500" height="400"></canvas>js: var elem = document 阅读全文
posted @ 2017-09-12 12:51 匿名的girl 阅读(177) 评论(0) 推荐(0)
摘要: css样式: <style> body{ text-align: center; } canvas{ background:#ddd; } </style> body中添加标签canvas: <canvas id="c3"></canvas> js: //创建两个变量保存验证码的宽度和高度 var 阅读全文
posted @ 2017-09-12 12:45 匿名的girl 阅读(167) 评论(0) 推荐(0)