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