Println(*p) // "0" *p = 2 // 设置int 匿名变量的值为2 fmt.Println(*p) // "2" ... Printf("ascii: %c %d\n", str[i], str[i]) }.
確定! 回上一頁