摘要:
private void TextBox_KeyPress(object sender, KeyPressEventArgs e) { if(e.KeyChar!=8&&!Char.IsDigit(e.KeyChar)) { e.Handled = true; } } 或者 private void 阅读全文
posted @ 2023-03-02 15:59
它的眼角开过光
阅读(4160)
评论(0)
推荐(0)
摘要:
<system.web> <compilation debug="true" targetFramework="4.0" /> <httpRuntime executionTimeout="90" maxRequestLength="2097151" useFullyQualifiedRedirec 阅读全文
posted @ 2023-03-02 15:27
它的眼角开过光
阅读(50)
评论(0)
推荐(0)

浙公网安备 33010602011771号