for (var key in p) { if (p.hasOwnProperty(key)) { alert(key + " -> " + p[key]); }}
posted on 2010-09-09 10:32 timo.li 阅读(311) 评论(0) 收藏 举报