import java.util.Arrays; public class Test { public static void main(String[] args) { String[] words = new String[0]; String[] types = new ...
確定! 回上一頁