1. 程式人生 > >html label-標簽

html label-標簽

document .cn cnblogs inpu asp var tin tag func

/**
 * 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-標簽