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+"!");}}
趴在地上飞
相关分类