AST进阶 - 共4篇
{{self.data?.name}} - 共{{self.data?.expand?.count || 0}}篇
大数据男孩 {{(state.type == 'sort' || empty(state.type)) ? '分类' : '标签'}} AST进阶 {{self?.data?.name}}
分类 {{item.name}} [{{item.expand.count || 0}}]
标签 {{item.name}} [{{item.expand.count || 0}}]
排序 最新 最早 热门
##例子 ```js //还原前 vara,b,c; a=2,b=3,c=a+b; //还原后 vara,b,c; a=2; b=3; c=a+b; ``` ##....
AST进阶 AST还原
明妃 {{nature("2022-04-22 19:57:49")}} {{format("0")}} {{format("554")}}
##例子 ```js //还原前 ((arr,nums)=>{ while(--nums){ arr["\x70\x75\x73\x68"](arr["\x73\x68\x69\x66\....
AST进阶 AST还原
明妃 {{nature("2022-04-21 18:07:17")}} {{format("0")}} {{format("581")}}
##例子 ```js //还原前 eval(atob("c3RyID0gc3RyWyJyZXBsYWNlIl0oL2RkfERELywgdGhpc1siZ2V0RGF0ZSJdKCkgPiA....
AST进阶 AST还原
明妃 {{nature("2022-04-21 18:06:16")}} {{format("0")}} {{format("659")}}
##实例 ```js //还原前 varflag=(326190^326191)>(60716^60709) //还原后 varflag=1>9; ``` ##还原 >遍历....
AST进阶 AST还原
明妃 {{nature("2022-04-20 21:52:11")}} {{format("0")}} {{format("444")}}
{{item.description}}
{{item.name}}
{{item.expand.author.nickname}} {{nature(item.create_time)}} {{format(item.expand.comments.count)}} {{format(item.views)}}