本文实例讲述了javascript用函数实现对象的方法。分享给大家供大家参考。具体实现方法如下: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>利用函数实现对象(重要)</title> [removed] function Person(name, age) { //定义属性,同时初始化 this.name