To access the command-line arguments inside a Java program is quite easy. They are stored as strings in the String array passed to main( ).
確定! 回上一頁