javascript试题-下面的代码会输出什么?

var x = "15";
var str = x + 5;
a = parseFloat(str);
document.write(a);

网友评论0