摘要:
if (!localStorage.getItem("tweet" + tweet.id)){ localStorage.setItem("tweet" + tweet.id, JSON.stringify(tweet)); } var index = localStorage.getItem("index::" + keyword); if (index){ index = JSON.parse(index); } else { index = []; } 阅读全文
posted @ 2010-10-21 11:18
tiechui
阅读(208)
评论(0)
推荐(0)
浙公网安备 33010602011771号