摘要: <!DOCTYPE> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <script src="http://cdn.static.runoob.c 阅读全文
posted @ 2018-01-24 16:22 kerryk 阅读(307) 评论(0) 推荐(0) 编辑
摘要: //字典 function Dictionary(){ this.items = {}; } Dictionary.prototype={ set:function(key,value){ this.items[key]=value; }, ... 阅读全文
posted @ 2018-01-24 07:49 kerryk 阅读(115) 评论(0) 推荐(0) 编辑