【发布时间】:2015-04-16 20:52:48
【问题描述】:
这是我的问题
String text = "I am here"
resutl = ofy().load().type(M.class).filter("good = "+text).first().now();
由于text 包含空格,我如何将其传递给Objectify?我是否将其放在单引号中?双引号?什么?
【问题讨论】:
标签: string google-app-engine google-cloud-datastore objectify