jQuery MiniUI

 找回密码
 立即注册
楼主: wojiuaiben
打印 上一主题 下一主题

关于url取.txt数据问题 [复制链接]

Rank: 8Rank: 8

11#
发表于 2012-10-29 11:00:14 |只看该作者
lunhui13 发表于 2012-10-29 10:22
返回的字符串是   {"id":"usa","text":"美国"}

你自己用firebug看url加载数据,服务端返回的是什么样的json格式,是不是你这样的

Rank: 1

12#
发表于 2012-10-29 16:05:06 |只看该作者
本帖最后由 lunhui13 于 2012-10-29 16:15 编辑
factory 发表于 2012-10-29 11:00
你自己用firebug看url加载数据,服务端返回的是什么样的json格式,是不是你这样的 ...

{"id":"usa","text":"美国"}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>

</title></head>
<body>
    <form method="post" action="data.aspx?_=1225266774888" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE2MTY2ODcyMjlkZOUCKNVBTHzJBgsf9mkNFGGtRkcwowhOqQbvy1xmGCi8" />
</div>

    <div>
   
    </div>
    </form>
</body>
</html>
带了一大堆的这个,我想要只返回{"id":"usa","text":"美国"},参考着例子所以我也是用的response.write

Rank: 8Rank: 8

13#
发表于 2012-10-29 16:30:26 |只看该作者
lunhui13 发表于 2012-10-29 16:05
{"id":"usa","text":"美国"}

[
        { id: "user", text: "用户管理"},
        { id: "addUser", pid: "user", text: "增加用户", iconCls: "icon-add", url: "../datagrid/celledit.html" },
        { id: "editUser", pid: "user", text: "修改用户", iconCls: "icon-edit", url: "../datagrid/rowedit.html" },
        { id: "removeUser", pid: "user", text: "删除用户", iconCls: "icon-remove", url: "../datagrid/datagrid.html" }
]

这个是demo的数据,你的格式要符合才行,不然报json is error

Rank: 1

14#
发表于 2012-10-30 09:48:19 |只看该作者
factory 发表于 2012-10-29 16:30
[
        { id: "user", text: "用户管理"},
        { id: "addUser", pid: "user", text: "增加用户", iconCls: "ico ...

谢谢,我找到解决方案了
在Response.Write(data);下面加Response.Flush();就可以了

Archiver|普加软件

GMT+8, 2024-11-26 22:46 , Processed in 1.047053 second(s), 9 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部