C# 里的and和or怎么表示?

比如我想写一个
if( this.textBox1.Text ="" or this.textBox2.Text ="")
在c#里面,这个关键词or应该用什么代替?
|我试过,好像不行
if(this.textBox1.Text =""||
this.textBox2.Text ="")
还是不行
错误提示
C:\Documents and Settings\wuxiaochen\桌面\sys\managersystem\managersystem\Form1.cs(370)不能'string'和'string'形式的操作数适用:运算符'|'。

慕码人2483693
浏览 1263回答 2
2回答

拉风的咖菲猫

if(this.textBox1.Text ==""||this.textBox2.Text =="")
打开App,查看更多内容
随时随地看视频慕课网APP