it技术博客

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2014年4月16日

摘要: 客户端://异步获取数据var tpAction=action+'getSearch.ashx?key='+encodeURIComponent('中国'); $.getJSON(tpAction,function(rsp){//请求成功 if(r... 阅读全文
posted @ 2014-04-16 11:12 ie技术博客 阅读(1266) 评论(0) 推荐(1)

摘要: 因为缓存总是不调用PermissionEdit.ashx $.ajax({ type: "get", cache: false, url:"PermissionEdit.ashx", dataType: 'tex... 阅读全文
posted @ 2014-04-16 09:32 ie技术博客 阅读(660) 评论(0) 推荐(0)