Service(服务)的启动方式有

Service(服务)的启动方式有

A.通过startService 启动

B.通过onCreate 启动

C.通过bindService 启动

D.通过unbindService 启动

正确答案:通过startService 启动;通过bindService 启动

猜你喜欢