单项选择题

以下那个javascript语句是正确的()

A.var.temp;temp=”hello”;
B.String.temp;temp=”hello”;
C.Int.temp;temp=k;
D.Boolean.temp;temp=false;