例子 packagemain// fmt package provides the function to print anything// Package strconv implements conversions to and from// string representations of basic data typesimport("fmt""strconv")// start the function mainfuncmain(){fmt.Println("GOLANG PROGRAM TO CONVERT CHAR TYPE VARIAB...