PHP
·
发表于 5年以前
·
阅读量:8299
一、鼠标滑过textbox全选
前台:
二、得到焦点
后台:
textbox1.Focus();
textbox1.Attributes.Add("onfocus","this.select()");