Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个查询,它将返回“名称”字段值以 GAE JDO 3 中的某个字符开头的所有行
向您的模型添加一个名为“first_letter”的属性,然后对其进行搜索。