摘要:
SqlConnection con = new SqlConnection(); string s = System.Environment.CurrentDirectory; //exe 所在路径 int i = 0; while (i < 0) { i++; int add = s.LastIndexOf(@"\"); s = s.Substring(0, add); ... 阅读全文
posted @ 2013-04-18 22:27
ymecho
阅读(237)
评论(1)
推荐(0)

浙公网安备 33010602011771号