把下划线形式的变量转换为驼峰式的变量时间:2025-02-16 08:24:40} public static String transform(String str){ while((“_”)){ int i = (“_”); if(i+1 < ()){ char c = (i+1); String temp = (c+”“).toUpperCase(); str = (“_”+c, temp); } } return str; } }`