?数组:
return [i,j] //pyhton return new int[]{i, j}; //java return {i,j}; //C++
空
return [] //python return new int[0]; //java return {}; //C++