摘要:
阅读全文
posted @ 2015-11-04 20:32
Coca-code
阅读(131)
评论(0)
推荐(0)
摘要:
function Person(userName ,age){ this.userName = userName ; this.age = age; this.family = ['爸爸','妈妈','姐姐','老婆']; if(typeof this.say !== 'function'){ Pe 阅读全文
posted @ 2015-11-04 12:30
Coca-code
阅读(156)
评论(0)
推荐(0)