爬一个页面,里面做了反爬的检查。
主要是 type of global === ‘undefined’ ,
有办法在不 global = undefined 的情况下,使其通过这个条件?
global = !global?null:global;