interface在这段代码里是什么意思,下面的程序编译运行后的输出结果是( )public class Test implements A {int x=10;public static void main(String args[]) {Test c1 = new Test();System.out.println(c1.x+A.k);}}interface A {intk= 10;} 扫码下载作业帮搜索答疑一搜即得 答案解析 查看更多优质解析...