我用 ajax get 方法 异步模拟2个并发get到一个页面 A ,这个页面是一个计数器功能,每访问一次加1,用sql 完成的,update table set count=count+1 where id=1 , 但是为什么 count的结果还是1