应该很简单,但我似乎无法在Google中找到它。
答案 0 :(得分:1)
您可以使用 #footer {
bottom: 0;
height: 100px;
width: 100%;
background-color: black;
position: fixed;
text-align: center;
color: #fff;
}
元素的selectionStart
或selectionEnd
属性。
input

setInterval(function(){
console.log([document.getElementById("test").selectionStart, document.getElementById("test").
selectionEnd
------------
]);
}, 1000);