我想将DataTable a中条件满足的行重新生成一个新的DataTable b应该怎么写?
     不知道怎么将DataRow[]填充到b中...
     b =a.select("key='1'"); //这是错的,我是想实现这样的表