王老师:19139051760(拨打)复制微信 题目 更新时间:2023/4/3 分析以下代码,写出结果。 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 出自:江开 >> 西安交通大学--网络软件开发综合训练学习指南 西安交通大学继续教育学院