主题:请教一个关于ShellExecute的问题?
ShellExecute(handle,nil,'http://www.sina.com.cn',nil,nil,sw_shownormal);
此段可执行;
为什么以下一段不行
var netaddress : String;
netaddress := 'http://www.sina.com.cn';
ShellExecute(handle,nil,netaddress ,nil,nil,sw_shownormal);
此段可执行;
为什么以下一段不行
var netaddress : String;
netaddress := 'http://www.sina.com.cn';
ShellExecute(handle,nil,netaddress ,nil,nil,sw_shownormal);