/** * input label * http://www.w3school.com.cn/tags/tag_input.asp */ function testInputLabel(){ debugger; var inputLabel = document.getElementById("inputElm"); console.log(inputLabel.value); }
html label-标签
原文:http://www.cnblogs.com/zhen-android/p/7639310.html