把所有text选中,除了TextBox6

 

$(":text,:password").not("#TextBox6")

$(":text,:password").not($("#TextBox6")[0])

 

$(":text:not(#TextBox6),:password")

$(":text:not('#TextBox6'),:password")

相关文章: