单项选择题

var tmp=123;if(true){tmp=’abc’;let tmp;}()

A.空
B.undefined
C.报错 ReferenceError
D.null