标签: php jquery
function myfunction123() { var d1=$('form').serialize(); d1+="&table="; alert(d1); return d1; } if isset($_REQUEST['table']){}
它将给出未定义的索引表我在提交按钮的点击事件中使用了这个功能。它将显示这样的警告信息。