单项选择题

javaScript的表达式parseInt("8")+parseInt(’8’)的结果是多少?()

A.8+8
B.88
C.16
D."8"+’8’