摘要: var url = 'http://www.baidu.com'; $.ajax({ type: 'get', cache: false, url: url, dataType: "jsonp", processData: false, timeout:1000, co... 阅读全文
posted @ 2017-07-11 09:23 Z_嘎嘣脆 阅读(2419) 评论(0) 推荐(0) 编辑