我正在尝试做这样的事情,有点工作不正常,我不知道如何从 JsonPath 类静态导入“来自”,这说明我应该在这里做:
// "from" is statically imported from the JsonPath class
List<String> bookTitles = from(response).getList("store.book.findAll { it.price < 10 }.title");
我有这个错误:
"cannot find symbol symbol: method from(java.lang.String)"
有人会帮助我吗?,在此先感谢:)