로그인

이메일
비밀번호
DaeYoung's Blog : 위치로그 : 태그 : 방명록 : 관리자 : 새글쓰기
JSON 표기, 클래스
Web/JavaScript, (2007년 04월 26일 14시 51분)
<SCRIPT LANGUAGE="JavaScript">
<!--
Member = function(name, id){
   this.name = name ;
   this.id = id ;
}

Member.prototype = {
        setValue: function(newName, newId){
                this.name = newName;
                this.id = newId;
        },

        getName: function(){
                return this.name;
        },

        getId: function(){
                return this.id;
        }
}

var mem1 = new Member();
mem1.setValue("홍길동", "hong");
document.write(mem1.getName());
document.write(mem1.getId());
//-->
</SCRIPT>
http://laedu.net/trackback/11
DaeYoung's Blog 블로그에 오신것을 환영해요^^
웹기반 프로그래밍에 관한 것들을 모을 예정이었는데..
«   2025년 04월   »
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
Javax.mail 참고 사이트.
C# TextBox KeyDown, KeyPr...
SID가 여러개 있을때 'ORA...
tier 2 links.
tier 2 links 04월 01일
Saktosalpinx.
Saktosalpinx 02월 24일
kantor bola.
kantor bola 01월 07일
Joesph.
Joesph 01월 06일
www.seoclerk.com blog entry.
www.seoclerk.com blog entry 2024년
337
492
1097247