我找到了c#代码,但是找不到vb.net代码,所以我改为了vb.net。foreach (GeckoElement currentTag in tagsCollection) if (currentTag.GetAttribute("class((GeckoHtmlElement)currentTag).Click() //delay some
我在vb6中有以下代码-Open tSendFileName For Output As #iFreeFile我需要将其转换为C#,但我遇到了困难。我试图使用StreamWriter,但遇到了不知道将其写入何处或如何插入文件的问题,因为它不在我的计算机上。
关于如何将此代码转换为C#,您有什么想法吗?谢谢