web service图解

1. 新建web工程,写好服务端代码 package service; import vo.Student; public class StudentService { public String sayHello(Student stu) { System.out.println("hello , " + stu.getName()); return "hello , " + stu.
相关文章
相关标签/搜索