https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollBy
input.select()
input.focus()
input.setSelecction(start, end)
//set select backgroundColor
input::selection {
background-color: #008ce6;
color: #fff
}
https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollBy
input.select()
input.focus()
input.setSelecction(start, end)
//set select backgroundColor
input::selection {
background-color: #008ce6;
color: #fff
}
本文标题:input select 改变选中文本颜色
本文链接:https://www.haomeiwen.com/subject/xrgaiktx.html
网友评论