摘要: localStorage.setItem("key","value");//存储变量名为key,值为value的变量 localStorage.key = "value"//存储变量名为key,值为value的变量 localStorage.getItem("key");//获取存储的变量key的值www.it165.net localStorage.key;//获取存储的变量key的... 阅读全文
posted @ 2015-05-06 12:15 深南大道 阅读(527) 评论(0) 推荐(0)