-
jQuery的ajax dataType为text 后台Action如何获取所传数据
不要显示指定datatype,然后data改写成:data:{fs_userId:fs_userId}如果你用的是struts2的话,后台定义一个fs_userId全局变量即可接受!1首先设置 表单中的数据的name值 如:<inpu
-
php 接收GET参数进行查询
strsql="selectfrom “;$where=""; if($cid) {$where="cid=1";}if($type) {$where="type=2&qu