摘要: let a = document.createElement('img'); a.src = '/_xxxxxx=1&e=0.5609369440726193' 在浏览器中,当创建一个图片元素并设置src属性时,浏览器会根据该路径发送一个HTTP请求,请求该路径对应的资源文件。这个资源文件可以是一张 阅读全文
posted @ 2023-08-02 16:45 AngDH 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: RegExp = function RegExp(str){ this.flag = false; debugger; if(str== `\\w+ *\\(\\) *{\\w+ *['|"].+['|"];? *}`){ this.flag =true; } }; RegExp.prototype 阅读全文
posted @ 2023-08-02 16:29 AngDH 阅读(21) 评论(0) 推荐(0) 编辑