现在的位置: 首页 > 综合 > 正文

js_with(){}

2013年03月13日 ⁄ 综合 ⁄ 共 98字 ⁄ 字号 评论关闭
with(document.getElementById("userForm"))
{
   method="post" ;
   action = "dologin.jsp" ;
  submit() ;
}

// 减少重复代码的编写

抱歉!评论已关闭.