Z
zwacc
Unregistered / Unconfirmed
GUEST, unregistred user!
itemCell = item.Cells[7];
decimal zaizu = Convert.ToDecimal(itemCell.Text);如果itemcell.text为null会出错"输入字符串的格式不正确"应怎么写 ,请详细写出语句
decimal zaizu = Convert.ToDecimal(itemCell.Text);如果itemcell.text为null会出错"输入字符串的格式不正确"应怎么写 ,请详细写出语句