定义switch语句 ,表达式为key. case 为0时,str拼接字符’a’,i++后,break case 为2时,str拼接字符’V’ 循环结束后,输出str 参考答案: public class Test6 { public static void main(String[] args) { // 定义字符串遍历 str,赋值为J String str = "J"; // 使用for循环,初始化变量i = 0,如果i...