1
我是新玩框架。在播放框架中迭代對象列表
我寫了這個Java代碼來獲取用戶
List<Person> personsDetails = new Model.Finder(String.class, Person.class).all();
的細節這是我的JSON字符串
[{"id":"1","email":"[email protected]","password":"zxcv","login_method":"2"},
{"id":"2","email":"[email protected]","password":"abcdef","login_method":"3"}]
如何通過ID獲取特定的用戶?
謝謝納曼新的哈希表做的,採取了第二個方法和它的工作。 –
歡迎您。如果它幫助你,那麼你可以[接受](http://meta.stackexchange.com/q/5234/274278)它。 –