文件名称:proxy-www:学会代理就可以为所欲为吗?对,学会代理就可以为所欲为!
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-23 21:55:09
javascript typescript es6 proxy JavaScript
代理-www 学会代理就可以为所欲为吗? 对,学会代理就可以为所欲为! const www = new Proxy ( new URL ( 'https://www' ) , { get : function get ( target , prop ) { let o = Reflect . get ( target , prop ) ; if ( typeof o === 'function' ) { return o . bind ( target ) } if ( typeof prop !== 'string' ) { return o ; } if ( prop === 'then' ) { return
【文件预览】:
proxy-www-main
----.gitignore(2KB)
----LICENSE(1KB)
----index.js(514B)
----README.md(902B)