问题 更新时间2023/4/3 12:59:00 分析以下代码,写出结果。 var a="15、5" , b=.10.; var c="parseInt(a)" , d="Number(b)"; with(document) { write(eval("parseInt(a)+Number(b)") + ""); write(eval("c+d") + ""); write(eval(c)+ eval(d) + ""); } 答案 登录 注册 页面输出:25 出自:江开 >> 西安交通大学--网络软件开发综合训练学习指南