Merge branch 'master' of e.coding.net:rosydev/baseapi

This commit is contained in:
邹宗楠
2024-01-30 09:55:05 +08:00
2 changed files with 13 additions and 3 deletions

View File

@@ -189,8 +189,12 @@ func TestNew2(t *testing.T) {
//fmt.Println(reflect.TypeOf(file3))
//fmt.Println(reflect.TypeOf(file2))
var n = 0
fmt.Println(n)
fmt.Println(reflect.TypeOf(n))
str := "20235760123"
fmt.Println(str[:2])
//var n = 0
//fmt.Println(n)
//fmt.Println(reflect.TypeOf(n))
}