FirstService 继承 Service 自动复写 没有 oncommandstart ,onCreate,onDestory 这些类
收起
这几个方法并不是抽象方法,在service类中已经定义好了,所有你要重写的话,手动直接敲方法名AS会给你提示的
报告相同问题?