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