argv was the C standard name for the arguments. It stood for "argument vector". The Java standard uses args, which just stands for arguments. In ...
確定! 回上一頁