如果我有以下代码: Intent intent = new Intent(this,DownloadService.class); for(int i=0;i<filesArray.length;i++){ startService(intent); }.
確定! 回上一頁