06 2022 档案

摘要:header('Access-Control-Allow-Origin: *'); header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept"); header('Access-Contr 阅读全文
posted @ 2022-06-24 11:32 何效名 阅读(188) 评论(0) 推荐(0) 编辑
摘要:function typing(that) { that = typeof(that.length) == 'undefined' ? [that] : that; for(var i = 0; i < that.length; i ++) { let text = that[i]; let str 阅读全文
posted @ 2022-06-21 15:56 何效名 阅读(148) 评论(0) 推荐(0) 编辑
摘要:<!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
posted @ 2022-06-13 14:42 何效名 阅读(903) 评论(0) 推荐(0) 编辑
摘要:var xhr = new XMLHttpRequest(); xhr.open("POST", "http://www.baidu.com", true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencode 阅读全文
posted @ 2022-06-06 16:22 何效名 阅读(22) 评论(0) 推荐(0) 编辑
摘要:xmsb_doSwitch(); /** * @param start i的起始值,默认为0 * @param max i的最大值,默认为10 * @param interval 每次循环的间隔,默认为3秒 */ function xmsb_doSwitch(start = 0, max = 10, 阅读全文
posted @ 2022-06-05 11:28 何效名 阅读(256) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示