struts1跳到指定的方法中?ajax路径怎样写的?

2024-12-21 17:15:27
推荐回答(2个)
回答1:

var submiturl = "hello.do?XX=方法名";
XMLHttpReq.open("post",submiturl,true);

回答2:

action中的配置

localhost:8080/mysystem/myaction.action

都是这样的形式的URL的