startService第一次启动会调用onCreate,onCreate只会在创建的时候调用一次,之后多次启动会多次调用onStartCommand。stopService会停止Service, ...
確定! 回上一頁