摘要: 1、实现由aspx页面向一般处理程序页面传递地址: 1 function Count(id) { 2 $.ajax({ 3 "url": "/Handlers/WonderfulVideo.ashx", 4 "type": "post", 5 "dataType": "text", 6 "data": { "id": id }, 7 "error": function () { }, 8 ... 阅读全文
posted @ 2012-04-23 17:44 学之乐 阅读(309) 评论(0) 推荐(0) 编辑