<asp:TextBox ID="User_Password" runat="server" TextMode="Password" CssClass="Myinput" MaxLength="16" onfocus="if(value=='......') {value=''}" onblur="if(value=='') {value='......'}"></asp:TextBox> 添加默认字符
User_Password.Attributes.Add("Value", "......");
TextMode="Password" 添加默认字符
最新推荐文章于 2023-02-15 09:53:55 发布