摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication5 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 float i = 44.44f;//不能隐式地将 Double 类型转换为“float”类型;请使用“F”后缀创建此类型13 ... 阅读全文
posted @ 2012-09-13 00:59 roytanlu 阅读(183) 评论(0) 推荐(0) 编辑