标签: c#
我正在尝试从Query String获取值到domainEntity(int),但它显示错误 - 输入字符串的格式不正确
int domainEntity = Convert.ToInt32(Request.QueryString["Domain"].ToString());