Go还有37个保留字

    Constants:    true  false  iota  nil

    Types:    int  int8  int16  int32  int64  
              uint  uint8  uint16  uint32  uint64  uintptr
              float32  float64  complex128  complex64
              bool  byte  rune  string  error

    Functions:   make  len  cap  new  append  copy  close  delete
                 complex  real  imag
                 panic  recover

上一篇:Jmeter如何实现参数名词和个数动态变化的接口请求


下一篇:postgresql – 返回带有函数列名的ResultSet