摘要:
fileStoreFolder.Substring(1, fileStoreFolder.Length);错误的太明显了。粗心,从1开是取取他的长度,当然超出1了。如此fileStoreFolder.Substring(1, fileStoreFolder.Length - 1); 阅读全文
posted @ 2006-12-11 10:39
堕落的卖猪贩
阅读(13051)
评论(2)
推荐(0)
|
摘要:
fileStoreFolder.Substring(1, fileStoreFolder.Length);错误的太明显了。粗心,从1开是取取他的长度,当然超出1了。如此fileStoreFolder.Substring(1, fileStoreFolder.Length - 1); 阅读全文
posted @ 2006-12-11 10:39
堕落的卖猪贩
阅读(13051)
评论(2)
推荐(0)
|