where account=@accountaccount 应该是表 tb_user 的 列名而 @account 应该是外部传递进来的参数值.例如外部传递了参数 @account = abc那么最后执行的 SQL 语句, 将是:where account= ‘abc’