首页
题库
网课
在线模考
桌面端
登录
搜标题
搜题干
搜选项
0
/ 200字
搜索
单项选择题
ASP.NET内置对象中,通过( )属性可返回一个Application对象所包含的所有项目数。
A.All
B.Count
C.Item
D.Contents
点击查看答案&解析
手机看题
你可能感兴趣的试题
判断题
4. When the voice actor reads the dialogue loud rather than giving importance to the artistic aspect of the character, it is a good dubbing.
答案:
错误
点击查看答案&解析
手机看题
单项选择题
public class WeatherItemClass
{
public String description { get; set; }
public double highTemp { get; set; }
public double lowTemp { get; set; }
}
public class WeatherClass
{
public String city { get; set; }
public String date { get; set; }
public WeatherItemClass weather { get; set; }
}
那么对下面的数据进行XML序列化
WeatherClass wa = new WeatherClass
{
city = "深圳",
date = "2016-09-08",
weather = new WeatherItemClass
{ description = "多云", lowTemp = 25, highTemp = 30 }
};
结果是:
A、
深圳
2016-09-08
多云
30
25
B、
深圳
2016-09-08
多云
30
25
C、
深圳
2016-09-08
多云
30
25
D、
深圳
2016-09-08
多云
30
2
点击查看答案&解析
手机看题
微信扫码免费搜题