为了账号安全,请及时绑定邮箱和手机立即绑定

为什么d 是undefind

为什么d 是undefind

qq_T毛_0 2017-07-11 21:05:15
<%--  Created by IntelliJ IDEA.  User: jinchenmo  Date: 2017/7/11  Time: 20:26  To change this template use File | Settings | File Templates.--%><%@ page contentType="text/html;charset=UTF-8" language="java" %><html><head>    <title>Title</title>    <script src="jquery-3.2.1.js"></script></head><body>    姓名:    <input type="text" name="sname" id="a">    密码:    <input type="password" name="spassword" id="b">    <input type="button" id="buttons">    <P></P><script>    $(document).ready(function () {    $("#buttons").click(function () {        $.get("2.jsp",            //这就是该页面            { sname:$("#a").val(),spassword :$("#b").val()},            function (data) {                var d = data.sname;                alert(d)            }            );    })})</script></body></html>
查看完整描述

1 回答

?
精慕门9254224

TA贡献167条经验 获得超46个赞

你先看看你的ajax 返回的data 是什么再说?最好debug 跟一下就清楚了!

查看完整回答
反对 回复 2017-07-11
  • 1 回答
  • 0 关注
  • 1406 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信