1
public static string GetNewID()
2
{
3
return System.DateTime.Now.ToString("yyMMddhhmmss") + System.Guid.NewGuid().ToString().Substring(0, 8);
4
}

2

3

4

posted @ 2007-09-12 10:40 深藍淺灰 閱讀(230) | 評論 (0) | 編輯 收藏
1
![]() 2 ![]() 3 ![]() 4 ![]() posted @ 2007-09-12 10:40 深藍淺灰 閱讀(230) | 評論 (0) | 編輯 收藏 |
||