金玲

导航

 

2016年12月21日

摘要: 按照如下的创建对象的方法,可以节省内存。记录一下方便日后使用 <!Doctype html><html> <head> <title></title> </head> <body> <script> var Person = function(name,age){ this.name = name; 阅读全文
posted @ 2016-12-21 14:32 金_玲 阅读(240) 评论(0) 推荐(0) 编辑