int.TryParse(id,out x),比较简单的来说,就是把传入的id强制转化成int类型,如果转化成功的话,就把id的值给x 转载于:https://www.cnblogs.com/guyali/p/5273051.html