@{var typeId = Request.QueryString["cid"];
          int? cid;
         cid = (string.IsNullOrEmpty(typeId) ?  null : ( Convert.ToInt32( typeId)) );
}
( Convert.ToInt32( typeId)) )   这一块下边出现红线,显示有错,该怎么写因为有个函数里边有个 类型就是 int ?,所以我进行上边转换