class ParseCmdLine { public static void main(String[] args) { int i = 0, j; ... startsWith("-")) { arg = args[i++]; // use this type of check for "wordy" ...
確定! 回上一頁