mirror of
https://e.coding.net/circlecloud/CTZLauncher.git
synced 2025-11-24 21:36:06 +00:00
异步获取网页时 返回值修改为null...
This commit is contained in:
@@ -76,7 +76,7 @@ namespace CityCraft
|
||||
while (readyState != HttpReadyState.完成) { this.DoEvent(); }
|
||||
return responseBody;
|
||||
}
|
||||
return string.Empty;
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user