$.ajax({
url:"<%=request.getContextPath()%>/game_addGame.action",
type:"post",
data:$("#addGameForm").serialize(),
dataType:"json",
success:function(obj){
if(obj){
alert("添加游戏成功!");
action层该怎么写??大神写一下