如何在查询字符串中追加extraa参数

时间:2016-03-31 03:45:21

标签: php jquery

function myfunction123()
{
    var d1=$('form').serialize();
    d1+="&table=";
    alert(d1);
    return d1;
}
 if isset($_REQUEST['table']){}

它将给出未定义的索引表
我在提交按钮的点击事件中使用了这个功能。它将显示这样的警告信息。

enter image description here

0 个答案:

没有答案