摘要: var point = {x:10,y:10};point.r = function(){ return Math.sqrt()} function cat(name,color){ return { name:name, color:color }} var cat1 = cat("tom","y 阅读全文
posted @ 2016-01-04 22:56 jht_newbie 阅读(144) 评论(0) 推荐(0) 编辑