package com.imooc;public class hehecc {public static void main(String[] args) { hehecc hello=new hehecc(); hello.show("Jack");}public String show(String name){ return("欢迎"+name+"!");}}
添加回答
举报
0/150
提交
取消