1.查找重复的行SELECT*FROMblog_user_relationaWHERE(a.account_instance_id,a.follow_account_instance_id)IN(SELECTaccount_instance_id,follow_account_instance_idFROMblog_user_relationGROUPBYaccount_instance_id,follow_account_instance_idHAVIN
系统 2019-08-12 01:55:14 3595
在一个比如表单验证的过程中,有时候,假如要用户一定要输入某个字段,否则不给输入其他字段,即屏蔽其他字段的输入,这个时候依然可以用jquery可以做到,例子如下:1假如页面有三个字段,用户名和密码和密码确认三个字段: