摘要: localstory setItem(“数据名称”),//相当于存入本地硬盘 localstory getItem("数据名称"),//取出 如果需要转换的话 localstory setItem("数据名称",JSON.stringify(数组对象))//对象转化成字符串 localstory s 阅读全文
posted @ 2019-06-01 20:43 宸泽岚 阅读(2543) 评论(0) 推荐(0)
摘要: //获取非行间样式 function getStyle(ele,attr){ return ele.currentStyle ? ele.currentStyle[attr] : getComputedStyle(ele,null)[attr]; } function move(ele,json,f 阅读全文
posted @ 2019-05-29 19:11 宸泽岚 阅读(151) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-05-15 19:03 宸泽岚 阅读(147) 评论(0) 推荐(0)