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.
我正在使用 asyncclass 提交编辑。doinbackground() 方法调用 applyedits() 方法,该方法调用 addattachment() 方法。addattachment() 和 applyedits() 方法都有 oncallbacks。doinbackground() 方法似乎没有等待 oncallbacks。
我怎样才能让 doinbackground() 等待其他两种方法的结果?