单项选择题
A.dialogB.tabsC.validateboxD.gridview
A.{"name":"BeJson","address":{"street":"科技园路.","city":"江苏苏州","country":"中国"}}B.{"name":"BeJson","address":["street":"科技园路.","city":"江苏苏州","country":"中国"]}C.["name":"BeJson","address":["street":"科技园路.","city":"江苏苏州","country":"中国"]]D.["name":"BeJson","address":{"street":"科技园路.","city":"江苏苏州","country":"中国"}]
A.MVC 的视图只能使用Razor 视图引擎B.Razor 视图的文件扩展名是.aspxC.Razor 语法使用@符号开头D.Razor 语法使用< %...%>包裹代码块
有一个ArrayList 对象items,包含了若干下列Book 类型的对象,则下列查询表达式编写正确的有()
A.from Book b in items where b.Price>50B.from Book b in items where b.Price>50select bC.from b in items where b.Price>50select b.PriceD.from Book b in items where b.Price >50select new {b.Price }
微信扫一扫,加关注免费搜题