摘要: //占位符的变体 qx_query query2; query2.where("book_ibsn").startsWith("isbn") .and_("book_price").isGreaterThan(10) .and_("book_price").isLessThan(30); daoEr 阅读全文
posted @ 2025-03-30 19:37 txwtech 阅读(50) 评论(0) 推荐(0)