使用ShellExcete打开pdf文件。请问大侠这段程序错误出现在哪儿?该怎么改正确? unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,ShellAPI; type TForm1 = class(TForm) Button1: TButt