异步获取网页时 返回值修改为null...

master
j502647092 2015-08-04 20:51:13 +08:00
parent 6f280c3f45
commit b7af6c9b70
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ namespace CityCraft
while (readyState != HttpReadyState.) { this.DoEvent(); }
return responseBody;
}
return string.Empty;
return null;
}
/// <summary>