public static Shape [] sortShapes(Shape [] shapes) { for (int i = 0; i < shapes.length; i++) { for (int j = i + 1; j < shapes.length; j++) {
if (shapes[i]
我有一个excel电子表格。我有3张不同的图片,单元格A1,B1,C1。单元格D1有一个值(一、二或三)。根据D1中的值,我需要单元格E1来显示单元格A1、A2或A3中的图片if(d1="one"; display the picture in A1)if(d1="three"; display the picture in C