2015-05-05 34 views

回答

0

獲取對象ID:

ParseQuery query = new ParseQuery("Class Name");   
ParseObject NoticeText = query.get("Row ID"); 

這是更新一些值的代碼:

NoticeText.put("TheNoticeString", "SampleTextUpdate"); 
NoticeText.saveInBackground(); 

如果不工作檢查ACL