单项选择题

var id = "023";if(typeof(id)==="number"){alert("编号用户");}else if(typeof(id)==="string"){alert("随机用户")}else{alert("临时用户")}以上代码的弹出结果是()

A.编号用户
B.随机用户
C.临时用户
D.undefined