Cursor findNormalItems = db.query("items", columns, "type=?", new String[] { "onSale" });
我想要返回指向任何非onSale的光标,我应该更改什么?谢谢!
https://stackoverflow.com/questions/9386304
相似问题