package main import ( "fmt" "regexp" ) func findIP(input string) string ... contain IP address 192.168.0.1 and you need to parse it" ip = findIP(str) fmt.
確定! 回上一頁