static void arrayTester(Object[] objectArray) { // see if the object is a String array instance if (objectArray instanceof String[]) ...
確定! 回上一頁