本文转自http://blog.csdn.net/kaidishi/article/details/9494443,所有权利归原作者所有。
JavaScript代码
- @H_403_41@$.ajax({
- @H_403_41@
- @H_403_41@type:"post",//相对于form的method
- @H_403_41@url:"ajaxAction.action",0); background-color:inherit">//传送到的Action或URL地址
- @H_403_41@async:true,0); background-color:inherit">//
- @H_403_41@data:{"time":time},0); background-color:inherit">//如果要传递多个参数{”param1”:param1,”param2”:param2,”param3”:param3}
- @H_403_41@dataType:"text",108); list-style:decimal-leading-zero outside; color:inherit; line-height:18px; margin:0px!important; padding:0px 3px 0px 10px!important"> @H_403_41@success:function(data){//获取返回值
- @H_403_41@document.getElementById("content").value=data;//你需要进行的业务逻辑操作
- @H_403_41@},
- @H_403_41@error:function(e){
- @H_403_41@alert("验证失败!");
- @H_403_41@
- @H_403_41@}
- @H_403_41@}); @H_404_152@
Struts.xml配置文件
[html]
copy