从Reader中读取数据:

  CartInfo cart=new CartInfo(sdr.GetString(0),sdr.GetString(1),sdr.GetDicemal(2),sdr.GetInt32(3));

  所有数按照Index从reader中获取数据。

相关文章: