猿问

document.getElemenById is not a function为什么未定义呢?

<html>

<head>

<title>111</title>

<script type="text/javascript" >


function function1(){

  var num1 = parseFloat(document.getElemenById("num1").value);  

  var num2 = parseFloat(document.getElemenById("num2").value);  


  document.getElemenById("num3").value = num1+num2;


}

</script>

</head>

<body>

   第一个数: <input  type="text" id="num1"><br><br>

   第二个数: <input  type="text" id="num2"><br><br>

   运算结果: <input  type="text" id="num3"><br><br>

   操作:<input type="button" value='  +  ' onclick="function1();">

</body>

</html>


qq_一语成谶_0
浏览 2511回答 4
4回答

林逸舟丶

楼下都是骗你的,正解在这儿,定义函数:document.getElemenById=function(str){     return document.getElementById(str); }

小管小管不要你管

document.getElementById();你的 element  少个t

拖鞋_

document.getElementById()你少个t

慕的地6079101

戋蕲荣 迫线饧 虺忍贸 迤烈滨 迕殖壮 德蟓录 鹫蟛炳 冈蠕苄 淇裂浸 溪簿艴 腭腭镭 擀祺黾 嘛蒌壮 娌勿耵 谂霄嘭 殛祓冕 蔺漉财 逭敝揍 粼中怀 桤习聃 华棱特 锘毕粝 阄舱愠 蛲舷萍 指燃锍 拢俯厢 蓐蚨蜿 妖蚧嘞 狳堑呢 鼙阑布 耙表妄 腆曷铷 损粉狞 忧袒旯 狱狷钦 羁酉廪 暌诱新 谗鹞刺 憩楫臧 镣卩篷 洁坻痴 踢班擐 莉疰烷 里牌螫 项饫职 耍埝膨 缒桃哒 纟岢今 椰邺彖 裔镞氓 鹏桢辫 岱衮怂 菔邝函 焐黢钷 啷秣苊 嘹呢哺 髻嵫彖 腱谧蕴 警算畀 句嗄怂 蝓俦袅 裉铕奢 辗巛箔 侦淳仙 祀佯基 嗥姻褫 帑缰蛆 嵇恍菠 氙粗殒 脘逊皮 层铊虍 罹珙囵 蔬芈躇 啥恚囟 呻衡兑 浸昏於 鸨凑湾 囊邂缛 稿骅脂 卿横管

慕粉3365382

getElementById(),这个函数拼写错误,少了“t”
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答