Functions that have a variable argument list (...).
具有可变参数列表的函数(…)。
Don't forget to compile with the -source 1.5 option or the compiler won't recognize the variable argument list.
不要忘记用- source 1.5选项编译,否则编译器不会识别变量参数列表。
If a method does not have the proper type, the ANSI-C compiler will not detect the error because the variable argument list and our casting prevent type checks.
如果一个方法没有恰当的类型,因为可变的变元表以及如上的“加工”阻止了类型检查,ANSI - C编译器将不会报错。
应用推荐