1.MXML文件
2.xml文件
java_src.TestRemote
3.java文件
public class TestRemote { public String getMessage(){ System.out.println("aaa"); return "Remote Successfule!"; } }
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/176285.html原文链接:https://javaforall.net
