Lt; 스크립트 gt;
Person = newobject ();
Person.f="mike"; ";
Person.l="lau"; ";
Person.age=21;;
Var name = "Mike";
Var age =48;;
Function Myfunc(){
Document.getelementbyid ("name"). innerhtml = name;
Document.getelementbyid ("age"). innerhtml = age;
}
Lt; /스크립트 gt;
Lt; 스크립트 gt;
Document.write(person.f+"lt;; Brgt;; " );
Document.write(person.l+"lt;; Brgt;; " );
Document.write(person.age+"lt;; Brgt;; " );
Var txt = "hello world";
Var x = txt.touppercase ();
Document.write (x);
Lt; /스크립트 gt;
Lt; /headgt;
Lt; Bodygt;;
Lt; Div id = "name" gt; There will show the namelt;; /div gt;
Lt; Div id = "age" gt; There will show the agelt;; /div gt;
Lt; Input type = "button" onclick = "myfunc ()" value = "welcome"/gt;
Lt; /bodygt;
Lt; /html gt;
이것은 구현할 수 있는 코드입니다. 일반적으로 함수 안의 속성을 정의하는 것은 인수를 추가하지 않는 것을 특별히 강조하는 것이 아니다. 그리고 lt; Input /gt;;
이제 두 매개 변수 호출 ~
이 구현되었습니다Html 을 배울 수 있는 웹사이트를 추천해 드리겠습니다. www.w3school.com.cn