单项选择题

以下代码,哪个结果是正确的?()
var a=123.5,b=100;
alert(parseInt(a)+Number(b));

A.123100
B.123.5
C.NaN
D.223