2021年12月22日 - html head script function aa() { var s; s=reg.user.value; alert( 用户名是 +s); } function aa2(t) { var p1,p2; alert(t); p1=reg.pass1.value; ...
2021年7月18日 - !doctype html html head meta charset= utf-8 title 用户注册 /title style body{ background-color: #CCCCCC; } div{ background-color: white; col...