Skip to content

Instantly share code, notes, and snippets.

@jingyulong
Created December 27, 2018 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jingyulong/397fbc31828d4ab4aad48614dfd26084 to your computer and use it in GitHub Desktop.
Save jingyulong/397fbc31828d4ab4aad48614dfd26084 to your computer and use it in GitHub Desktop.
V2_ReadFile
while (ReadLine != null)
{
if (condition)
{
//1#读取并在别的文件写入
while (ReadLine != null)
{
if (condition)
{
//2#读取并在别的地方写入
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment