我一人,我异人,我亦人

导航

2016年9月23日 #

canvas制作表盘

摘要: 阅读全文

posted @ 2016-09-23 20:43 苏小十~ 阅读(363) 评论(0) 推荐(0)

小函数

摘要: 产生随机色 color="rgb("+parseInt(Math.random()*255)+","+parseInt(Math.random()*255)+","+parseInt(Math.random()*255)+")"; 或者 随机色函数 function getRandomColor() 阅读全文

posted @ 2016-09-23 20:33 苏小十~ 阅读(320) 评论(0) 推荐(0)

Html+css3记录

摘要: 一、html5新特性 常用语义标签:nav footer header section mark 功能标签 video audio iframe canvas(画布和绘图功能) input新type:url/number/range/Date(date, month, week, time等)/se 阅读全文

posted @ 2016-09-23 20:09 苏小十~ 阅读(969) 评论(0) 推荐(0)