package main import "dsBaseRpc/Tools/ChangeServer/Common" func main() { //目标IP ip := "10.10.6.200" Common.ChangeServer(ip) }