06 2022 档案
摘要:header('Access-Control-Allow-Origin: *'); header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept"); header('Access-Contr
阅读全文
摘要:function typing(that) { that = typeof(that.length) == 'undefined' ? [that] : that; for(var i = 0; i < that.length; i ++) { let text = that[i]; let str
阅读全文
摘要:<!doctype html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0,
阅读全文
摘要:var xhr = new XMLHttpRequest(); xhr.open("POST", "http://www.baidu.com", true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencode
阅读全文
摘要:xmsb_doSwitch(); /** * @param start i的起始值,默认为0 * @param max i的最大值,默认为10 * @param interval 每次循环的间隔,默认为3秒 */ function xmsb_doSwitch(start = 0, max = 10,
阅读全文