A.Service运行在主线程B.Service运行在子线程C.通过startService()来启动ServiceD.Service需要在AndroidManifest.xml文件中注册
A.handler;sendMessage;hadleMessageB.Message;sendMessage;hadleMessageC.sendMessage;Message;hadleMessageD.hadleMessage;sendMessage;Message
A.JSONObject;GsonB.Json;GsonC.GSONObject;JsonD.Gson;Json