로그인

이메일
비밀번호
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 블로그에 오신것을 환영해요^^
웹기반 프로그래밍에 관한 것들을 모을 예정이었는데..
«   2024년 08월   »
        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 31
Javax.mail 참고 사이트.
C# TextBox KeyDown, KeyPr...
SID가 여러개 있을때 'ORA...
https://scrapingmaster.blogg...
https://scrapingmaster.blogg.. 2023년
expertdecoders.com.
expertdecoders.com 2023년
expertdecoders.
expertdecoders 2023년
best decaptcha service.
best decaptcha service 2023년
capcher.
capcher 2023년
109
596
1016015