JavaScript로 클래스를 학습하려면 기본 클래스에서 상속된
메소드를 다음과 같이 구현할 수도 있습니다.
Java 코드
function newClass(){
this.firstName="frank";
this.toUc=String.toUpperCase
this.toString; =function() {
return this.toUc(this.firstName);
}
}
var nc=new newClass()
alert(nc);//응답 없음 즉. .
function newClass(){
this.firstName="frank";
this.toUc=String.toUpperCase;
this.toString=function(){
return this.toUc(this .firstName);
}
}
var nc=new newClass()
alert(nc);//IE에서 응답이 없습니다. .
간단한 클라이언트측 유효성 검사
Java 코드
]
외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다.
]
일반적으로 이렇게 작성하세요
코드는 다음과 같습니다.
< ;form action="#" name= "test" method="post" onSubmit="return doSubmit(this);">
이름:
성: