摘要: 1. string test = string.Empty; 2.判断字符串是否为空使用 string.IsNullOrEmpty; 3.异常处理,Try Catch尽量不在底层使用 4.sqlServer数据库语句使用大写 5.字符串连接时使用string.Concat()方法 6.希望无论因为什 阅读全文
posted @ 2019-06-05 15:15 Kacy 阅读(148) 评论(0) 推荐(0) 编辑