public class Test2 { public static void transUrlAlter(String... books) { for (String asd : books) { System.out.println(asd); } } public static void main(String[] args) { transUrlAlter("234", "21345", "qwert"); } }
Powered by: 博客园 Copyright © 2024 huhuuu Powered by .NET 9.0 on Kubernetes