摘要:
package mainimport( "fmt")type TestInterface interface{}func main(){ a:=65 // char A 's ascii code b:=float64(a) c:=string(a) fmt.Println(a) fmt... 阅读全文
posted @ 2014-11-15 18:44
隴上煙雨劍
阅读(257)
评论(0)
推荐(0)
2014年11月15日