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.
相關文章
相關標籤/搜索