/// <summary> /// 下载文件 /// </summary> /// <returns></returns> public void DownloadFile() { Kit.Download($"{Kit.Stub.ServerUrl}/fsm/{ID}", Title); }