摘要:
1、用ajaxjsp代码如下:$.ajax({ type:"get", dataType:"json", url:"<%=basePath%>actionSmUser.do?method=getUserMsgByUserId", data:"userId="+userId, success:function(msg){ var data = eval("("+msg.responseText+")"); alert($("#userName") 阅读全文
posted @ 2011-06-21 11:27
香飘飘2011
阅读(1024)
评论(0)
推荐(0)