2017年5月23日

简单手写js轮播

摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title></title> <style type="text/css"> * { margin: 0; padding: 0; text-decoration: none; } body { 阅读全文

posted @ 2017-05-23 17:19 Marlboro||PM 阅读(190) 评论(0) 推荐(0) 编辑

javascript获取动态id

摘要: function uuid(){ return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { var r = Math.random()*16|0, v = c == 'x' ? r : ( r&0x3|0 阅读全文

posted @ 2017-05-23 14:16 Marlboro||PM 阅读(309) 评论(0) 推荐(0) 编辑

导航