golang替换字符串

  作者:会飞的

package mainimport ( "fmt" "strings")func main() {fmt.Println(strings.Replace(str, """, """, -1))}