摘要: <%' 定义数据库连接字符串Dim connectionStringconnectionString = "Provider=sqloledb;Data Source=你的数据库服务器;Initial Catalog=你的数据库名;User Id=你的用户名;Password=你的密码;" ' 定义 阅读全文
posted @ 2024-09-19 23:15 黑旗君 阅读(29) 评论(0) 推荐(0)
摘要: <%'所有功能函数名如下:' StrLength(str) 取得字符串长度' CutStr(str,strlen) 字符串长度切割' CheckIsEmpty(tstr) 检测是否为空' isInteger(para) 整数检验' CheckName(str) 名字字符校验' CheckPasswo 阅读全文
posted @ 2024-09-19 23:13 黑旗君 阅读(17) 评论(0) 推荐(0)