<div class="htmlarea"> <textarea id="runcode72837"> <title>제목 없는 페이지</title> </textarea> <br><input onclick="runEx('runcode72837')" type="button" value="运行代码"><input onclick="doCopy('runcode72837')" type="button" value="复制代码"> <input onclick="doSave(runcode72837)" type="button" value="保存代码"> <a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">[Ctrl A 모두 선택 참고: </a>외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다 </div>]<script language="javascript" type="text/javascript"> function student(name,sex,age){ this.name = name; this.sex = sex; this.age = age; this.resume = resume; } function resume(){ return (this.name + this.sex + this.age); } var myStudent = new student("阿会楠","男",22); var resume = myStudent.resume(); with(document){ write(myStudent.name + " "); write(myStudent.sex + " "); write(myStudent.age + " "); write(resume); } </script>