标签: go
如何从给定的字符串中找到零索引值。
package main import "fmt" func main(){ var data string data = "hello_world_to_goalng" }