單項選擇題以下代碼輸出結(jié)果是()string str="abcd";int result=str.IndexOf("a");Console.WriteLine(result)
A.-1
B.0
C.1
D.代碼編寫有誤,不能運行
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題以下代碼輸出結(jié)果是()string str ="abcd";int result =str.LastIndexOf("d");Console.WriteLine(result)
A.4
B.3
C.0
D.代碼編寫有誤,不能運行
2.單項選擇題以下代碼輸出結(jié)果是()string str ="aaa@qq.com";string[]result =str.Split(’@’);Console.WriteLine(result[0]);
A.aaa
B.qq.com
C.qq
D.代碼編寫有誤,不能運行
3.單項選擇題以下不屬于DataGridView常用的屬性是()
A.Name
B.DataSouce
C.Rows
D.Count
4.單項選擇題以下不是RadioButton控件常用的屬性是()
A.Text
B.Checked
C.Name
D.Length
5.單項選擇題下不是ImageList常用屬性的是()
A.Images
B.ImageSize
C.ColorDepth
D.length
最新試題
以下是TextBox控件常用事件的是()
題型:單項選擇題
在ADO.NET中,下列能夠提供與SQL Server數(shù)據(jù)庫連接的對象是()
題型:單項選擇題
在WinForms窗體中,單選按鈕(RadioButton)控件的()屬性用于獲取或設置控件是否已選中。
題型:單項選擇題
在ADO.NET中,DataReader對象用于從數(shù)據(jù)庫中檢索只讀的數(shù)據(jù),使用()語句可以創(chuàng)建一個DataReader對象。
題型:單項選擇題
在C#WinForm程序中,以下不能綁定DataGridView數(shù)據(jù)源的是()
題型:單項選擇題
使用C#開發(fā)數(shù)據(jù)庫應用程序,為了訪問和操作數(shù)據(jù)庫,ADO.Net提供了兩個重要的組件()
題型:多項選擇題
在WinForm窗體中,ComboBox有三種下拉樣式,其中不包括()
題型:單項選擇題
在C#WinForms程序中,以下不屬于Label屬性的一項是()
題型:單項選擇題
以下屬于Command對象的方法是()
題型:多項選擇題
在程序中創(chuàng)建一個DataSet對象ds和一個SqlDataAdapter對象dap,若要將數(shù)據(jù)庫中的Singer表的數(shù)據(jù)填充至ds對象的SingerList表中,則下列語句正確的是()
題型:單項選擇題