单项选择题
A.零标志位等于0,je/jz就会跳转 B.零标志位等于1,jne/jnz就会跳转 C.零标志位等于1,jmp就会跳转 D.jmp总是会跳转
A.上传任意文件getshell B.上传php7结尾文件getshell C.上传php加\x0D\x0A结尾文件getshell D.上传php加\x0A结尾文件getshell
A.leto2={a:1,"__proto__":{b:2}}merge(o1,o2) B.JSON.parse(’{"a":1,"__proto__":{"b":2}}’) C.JSON.parse(’{"a":1,"__proto__":{"b":2}}’)merge(o1,02) D.JSON.parse({"a":1,"__proto__":{"b":2}})merge(o1,02)