検索
ホームページphp教程php手册JavaScript模拟实体类的实现

JavaScript模拟实体类的实现

Jun 06, 2016 pm 08:01 PM
javascriptphp実在物成し遂げるシミュレーション

/* * JavaScript模拟实体类的实现 */ function User(){ this.name = ""; this.age = 0; //如果传入实参直接 初始化 if (arguments.length == 2) { this.name = arguments[0]; this.age = arguments[1]; } this.getName = function(){ return this.name; } th

    /*

     * JavaScript模拟实体类的实现

     */

    function User(){

        this.name = "";

        this.age = 0;

        //如果传入实参直接 初始化

        if (arguments.length == 2) {

            this.name = arguments[0];

            this.age = arguments[1];

        }

        this.getName = function(){

            return this.name;

        }

 

        this.setName = function(name){

            this.name = name;

        }

 

        this.getAge = function(){

            return this.age;

        }

 

        this.setAge = function(age){

            this.age = age;

        }

    }

 

    var user = new User("zdw", 22);

    alert("name:" + user.getName() + ",age : " + user.getAge());

    user.setName("admin");

    user.setAge(99);

    alert("changed********name:" + user.getName() + ",age : " + user.getAge());

声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。

ホットAIツール

Undresser.AI Undress

Undresser.AI Undress

リアルなヌード写真を作成する AI 搭載アプリ

AI Clothes Remover

AI Clothes Remover

写真から衣服を削除するオンライン AI ツール。

Undress AI Tool

Undress AI Tool

脱衣画像を無料で

Clothoff.io

Clothoff.io

AI衣類リムーバー

Video Face Swap

Video Face Swap

完全無料の AI 顔交換ツールを使用して、あらゆるビデオの顔を簡単に交換できます。

ホットツール

Dreamweaver Mac版

Dreamweaver Mac版

ビジュアル Web 開発ツール

SublimeText3 英語版

SublimeText3 英語版

推奨: Win バージョン、コードプロンプトをサポート!

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

強力な PHP 統合開発環境

ゼンドスタジオ 13.0.1

ゼンドスタジオ 13.0.1

強力な PHP 統合開発環境

ドリームウィーバー CS6

ドリームウィーバー CS6

ビジュアル Web 開発ツール