单项选择题
A.交换机 B.邮件列表 C.防火墙软件 D.上网行为管理
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)
A.读取、写入文件,都会调用php_stream_open_wrapper_ex来打开流 B.文件存在、重命名、删除文件都会调用php_stream_open_wrapper_ex来打开流 C.读取、写入文件无需打开文件流 D.重命名文件、读取、写入文件都会调用php_stream_open_wrapper_ex来打开流