string id = this.Request.Params["id"];int id2=Convert.ToInt32(id);int id3=Int32.Parse(id)int id4=(int)id;上面id2,id3,id4,哪个是正确的呢,这三个具体用法又怎么样呢???