SqlCommand cmd = new SqlCommand("select count(*) from person where pid='" + pid + "'", con)
 这句中的双引号 单引号 加号的作用是什么?