struts2的action從request獲取參數值的幾種方式
使用jquery框架的ajax能夠方便的向后台傳遞參數,以$.post為例,參數有2種方式字符串和鍵值對:$.post(url, "name=aty&age=25")和$.post(url, ...
使用jquery框架的ajax能夠方便的向后台傳遞參數,以$.post為例,參數有2種方式字符串和鍵值對:$.post(url, "name=aty&age=25")和$.post(url, ...