纯js拼页面……那就在table外面拼个form,加上action等属性 form里再加submit的input点击input,form直接提交到后台,自己后台处理跳转;想直接跳,那就js拿到用户名和密码,直接url带参数传过去,window.location.href="跳转页面?用户名=值&密码=值"