在JavaScript的表达式parseInt("8.1")+parseFloat("8.1")+parseInt("8.1")的结果是()
A:88.18
B:24.3
C:”8.1”+”8.1”
D:8.18.18.1
出自:计算机科学