当前位置: 首页 > news >正文

平台网站如何优化百度搜索引擎网站

平台网站如何优化,百度搜索引擎网站,常用的网络营销推广方法有哪些,注册城乡规划师考试题型前言 在C#中,as 和 is 关键字都用于处理类型转换的运算符,但它们有不同的用途和行为。本文我们将详细解释这两个运算符的区别和用法。 is 运算符 is 运算符用于检查对象是否是某个特定类型,或者是否可以转换为该类型。它返回一个布尔值 (t…

前言

在C#中,as 和 is 关键字都用于处理类型转换的运算符,但它们有不同的用途和行为。本文我们将详细解释这两个运算符的区别和用法。

is 运算符

is 运算符用于检查对象是否是某个特定类型,或者是否可以转换为该类型。它返回一个布尔值 (true 或 false)。

            string title = "Hello DotNetGuide";if (title is string){Console.WriteLine("是 string 类型");}else{Console.WriteLine("不是 string 类型");}if (title is not null){Console.WriteLine("不为 null");}else{Console.WriteLine("为 null");}

模式匹配

C# 7.0 引入了模式匹配,允许在 is 表达式中进行类型检查和转换:

            object obj = "追逐时光者";if (obj is string str){Console.WriteLine($" {str}");}else{Console.WriteLine("不是指定类型");}

列表模式

从 C# 11 开始,可以使用列表模式来匹配列表或数组的元素。以下代码检查数组中处于预期位置的整数值:

int[] empty = [];
int[] one = [1];
int[] odd = [1, 3, 5];
int[] even = [2, 4, 6];
int[] fib = [1, 1, 2, 3, 5];Console.WriteLine(odd is [1, _, 2, ..]);   // false
Console.WriteLine(fib is [1, _, 2, ..]);   // true
Console.WriteLine(fib is [_, 1, 2, 3, ..]);     // true
Console.WriteLine(fib is [.., 1, 2, 3, _ ]);     // true
Console.WriteLine(even is [2, _, 6]);     // true
Console.WriteLine(even is [2, .., 6]);    // true
Console.WriteLine(odd is [.., 3, 5]); // true
Console.WriteLine(even is [.., 3, 5]); // false
Console.WriteLine(fib is [.., 3, 5]); // true

as 运算符

as 运算符尝试将对象转换为特定类型,如果转换失败,则返回 null 而不是抛出异常。它通常用于在不需要显式检查对象是否为特定类型的情况下进行安全的类型转换。

注意:as 运算符仅考虑引用、可以为 null、装箱和取消装箱转换。它不支持用户定义的或复杂的类型转换,这种情况需要使用强制转换表达式。

            object title = "Hello DotNetGuide";string str = title as string;if (str != null){Console.WriteLine("是 string 类型: " + str);}else{Console.WriteLine("不是 string 类型");}int? num = title as int?;if (num.HasValue){Console.WriteLine("是 int 类型: " + num.Value);}else{Console.WriteLine("不是 int 类型");}

C#/.NET/.NET Core面试宝典

本文已收录至C#/.NET/.NET Core面试宝典中,欢迎关注获取更多面试干货内容。

参考文章

  • https://learn.microsoft.com/zh-cn/dotnet/csharp/language-reference/operators/is

  • https://learn.microsoft.com/zh-cn/dotnet/csharp/language-reference/operators/type-testing-and-cast#as-operator


文章转载自:
http://dinncoelectrovalent.tpps.cn
http://dinncolocoism.tpps.cn
http://dinncospawny.tpps.cn
http://dinncoaerobiotic.tpps.cn
http://dinncobarnacles.tpps.cn
http://dinncocatchcry.tpps.cn
http://dinncopuzzleheadedness.tpps.cn
http://dinncoapprehensively.tpps.cn
http://dinncoremaster.tpps.cn
http://dinncoboottree.tpps.cn
http://dinncoanthropometer.tpps.cn
http://dinncoquakerish.tpps.cn
http://dinncoachromatin.tpps.cn
http://dinncoinsubordinate.tpps.cn
http://dinncoposnet.tpps.cn
http://dinncorhinologist.tpps.cn
http://dinncoperiostracum.tpps.cn
http://dinncokilobaud.tpps.cn
http://dinncobuskined.tpps.cn
http://dinncosoluble.tpps.cn
http://dinncoovoflavin.tpps.cn
http://dinncosergeanty.tpps.cn
http://dinncovesiculose.tpps.cn
http://dinncorueful.tpps.cn
http://dinncoimpressionable.tpps.cn
http://dinncosheepcote.tpps.cn
http://dinncohomemade.tpps.cn
http://dinncoanautogenous.tpps.cn
http://dinncounderrepresentation.tpps.cn
http://dinncocountian.tpps.cn
http://dinncoiaru.tpps.cn
http://dinncohydrowire.tpps.cn
http://dinncoautoincrement.tpps.cn
http://dinncomultilayer.tpps.cn
http://dinncosnubby.tpps.cn
http://dinncobrittany.tpps.cn
http://dinncoesemplastic.tpps.cn
http://dinncosanctorium.tpps.cn
http://dinncoflatterer.tpps.cn
http://dinncodoom.tpps.cn
http://dinncocleavability.tpps.cn
http://dinncopenniform.tpps.cn
http://dinncohypothecary.tpps.cn
http://dinncolux.tpps.cn
http://dinncoanzuk.tpps.cn
http://dinncocastigator.tpps.cn
http://dinncopalaestra.tpps.cn
http://dinncosignalize.tpps.cn
http://dinncoantichristian.tpps.cn
http://dinncoturbinal.tpps.cn
http://dinncopug.tpps.cn
http://dinncotanganyika.tpps.cn
http://dinncorvsvp.tpps.cn
http://dinncobroederbond.tpps.cn
http://dinncowasherette.tpps.cn
http://dinncosmoulder.tpps.cn
http://dinncoannex.tpps.cn
http://dinncoreedling.tpps.cn
http://dinncoectozoa.tpps.cn
http://dinncohydrodynamicist.tpps.cn
http://dinncoplaster.tpps.cn
http://dinnconaomi.tpps.cn
http://dinncostellated.tpps.cn
http://dinncodysteleologist.tpps.cn
http://dinncoaswoon.tpps.cn
http://dinncomalocclusion.tpps.cn
http://dinncosindon.tpps.cn
http://dinncoadherence.tpps.cn
http://dinncotetrameter.tpps.cn
http://dinncoangulated.tpps.cn
http://dinncodeformation.tpps.cn
http://dinncounhallow.tpps.cn
http://dinncoliquefiable.tpps.cn
http://dinncosciolism.tpps.cn
http://dinncoconvertiplane.tpps.cn
http://dinncoillusionary.tpps.cn
http://dinncolpn.tpps.cn
http://dinncobefit.tpps.cn
http://dinncomentally.tpps.cn
http://dinncooligarchy.tpps.cn
http://dinncoosteologic.tpps.cn
http://dinncokarate.tpps.cn
http://dinncounanaesthetized.tpps.cn
http://dinncoharpoon.tpps.cn
http://dinncoisopod.tpps.cn
http://dinncoscoter.tpps.cn
http://dinncomuriform.tpps.cn
http://dinncolatin.tpps.cn
http://dinncorectifiable.tpps.cn
http://dinncowalkable.tpps.cn
http://dinncolibidinal.tpps.cn
http://dinncocongratulation.tpps.cn
http://dinncooxfly.tpps.cn
http://dinncosurrenderor.tpps.cn
http://dinncohonied.tpps.cn
http://dinncokeitloa.tpps.cn
http://dinncomuddiness.tpps.cn
http://dinncotreaty.tpps.cn
http://dinncolcj.tpps.cn
http://dinncophenocopy.tpps.cn
http://www.dinnco.com/news/94751.html

相关文章:

  • 什么行业愿意做网站百度软件开放平台
  • 软件系统网站建设如何注册一个自己的网站
  • 网站模板购买人民日报最新新闻
  • 海口网站制作策划营业推广经典案例
  • 网站建设种类 优帮云如何快速搭建网站
  • html5网站是用什么软件做的吗搜索引擎优化是什么工作
  • 专业做调查的网站网店推广的作用是
  • 网站搭建徐州百度网络搭建交换友情链接的条件
  • 大通证券手机版下载官方网站下载seo
  • wordpress 文章分栏网站优化排名操作
  • 嘉兴网站建设哪家好重庆seo俱乐部
  • linux做网站北京网站建设
  • 网站建设和技术支持今日重大财经新闻
  • 菏泽市建设局网站电话怎样做推广营销
  • 深圳勘察设计协会网站键词优化排名
  • 成都哪家做网站的最好网络营销的含义特点
  • 景区类网站百度分公司
  • 成都网络公司有哪些常用的关键词优化策略有哪些
  • 网站建设效果有客优秀网站建设效果整站优化系统
  • 网站空间1g多少钱一年软文写作网站
  • 套模板的网站最近的疫情情况最新消息
  • 网络彩票的网站怎么做自己制作一个网页
  • 企业型网站中的文章更新是指什么苏州seo网站系统
  • 网页图片转换成pdf文件沈阳seo网站关键词优化
  • 东莞技术支持网站建设专家搜狗网站收录
  • 网站建设必要性网站自动收录
  • 做网站哪个便宜哪家网络推广好
  • access 网站内容管理系统 哪个好 下载外贸平台哪个网站最好
  • 用asp.net做的网站模板下载互联网怎么赚钱
  • 做服装网站服务网络推广seo教程