UPDATE article SET `ArticleBrowseCount` = `ArticleBrowseCount` + 1 WHERE `ArticleID` = '$id' 就这样一条语句,有时要用上1-2秒,什么原因可以影响更新的速度啊