Go的保留字


常量:    true  false  iota  nil

类型:    int           int8      int16               int32              int64  

              uint        uint8     uint16            uint32            uint64    uintptr

              float32  float64  complex128  complex64

              bool       byte       rune               string              error

方法:   make       len        cap     new    append    copy    close    delete

             complex  real      imag

             panic        recover


发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注