ShellExecute(Handle, 'open', 'netsh', PChar('interface ip set address "本地连接" static 192.168.1.2 255.255.255.0 192.168.1.1 1'), nil, SW_HIDE);
将192.168.1.2换成变量ip1这样子,格式应该怎么写呢?