day8.2
摘要:        
1.恕我懂的太少:string str = DateTime.Now.Year+DateTime.Now.Month+DateTime.Now.Day+DateTime.Now.Hour+DateTime.Now.Minute+DateTime.Now.Second+"";上面代码今天从阿辉那里学来的, 将int类型的数字排列起来,是加起来,转换成string类型的方法: 就是在结尾的时候 加上 +"";它和下面这个代码是相同的的。string str = (DateTime.Now.Year+DateTime.Now.Month+DateTime.No    阅读全文
		
		posted @ 2012-02-27 16:34 ryuyan 阅读(122) 评论(0) 推荐(0)
                    
                
浙公网安备 33010602011771号