• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

ajax-我这段代码本页面可显示出传递的信息,但是在被传递页面中却无法接收到信息呢?谢谢!

php 搞代码 4年前 (2022-01-25) 14次浏览 已收录 0个评论

ajaxjavascriptpostjqueryphp

<code> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>Untitled Document</title><script type="text/javascript" src="jquery-1.3.2.js"></script><script type="text/javascript" src="json2.js"></script><script language="javascript">function checkemail(){  if($('#email').val() == ""){    $('#msg').html("please enter the email!");    $('#email').f<span style="color:transparent">~来1源gaodai#ma#com搞*代#码1网</span><abbr>搞代gaodaima码</abbr>ocus;    return false;  }  if($('#address').val() == ""){    $('#msg').html("please enter the address!");    $('#address').focus;    return false;  }  ajax_post(); }function ajax_post(){  $.post("http://localhost:8086/a1.1.php",{email:$('#email').val(),address:$('#address').val()},  function(data){    //$('#msg').html("please enter the email!");    //alert(data);    $('#msg').html(data);  },  "json");//这里返回的类型有:json,html,xml,text}</script><body>    <p>    email    </p>    <p>    address    </p>    <p id="msg"></p>    <p>                </p></code>

被传递到的页面的代码为:

<code> <body><?php echo json_encode(array('email'=>$_POST['email'])); echo json_encode(array('address'=>$_POST['address']));?></code>

搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:ajax-我这段代码本页面可显示出传递的信息,但是在被传递页面中却无法接收到信息呢?谢谢!
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址