生于理想

导航

2022年9月29日 #

$.ajax()传递请求参数

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2022-09-29 20:55 生于理想 阅读(231) 评论(0) 推荐(0)

FormData对象的使用方法

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文

posted @ 2022-09-29 19:38 生于理想 阅读(31) 评论(0) 推荐(0)

跨域 jsonp/CROS

摘要: jsonp 是 json with padding 的缩写,它不属于 Ajax 请求,但它可以模拟 Ajax 请求。 封装jsonp 文件 function jsonp (options) { // 动态创建script标签 var script = document.createElement(' 阅读全文

posted @ 2022-09-29 18:36 生于理想 阅读(27) 评论(0) 推荐(0)