示例:
void process(String name, Object[] objects);
在应用快速修复后:
void process(String name, Object... objects);