String.Compare()方法用于比较字符串,其返回值类型是()
A: bool
B: string
C: int
D: double
A: bool
B: string
C: int
D: double
举一反三
- C#中的String类中包含许多字符串的处理方法,以下(a )方法用于比较一个字符串和另一个字符串的值是否相等。 (选择一项) A: ool Equals(string value) B: int IndexOf(string value) C: ool Compare(string value) D: int Equals(string value)
- 下列是Swift的数据类型,其中表示字符串类型的是() A: Int B: Double C: Bool D: String
- String类中字符串切割(split())方法的返回值类型是() A: 一个字符数组 B: 一个String数组 C: 一个String字符串 D: 一个byte数组
- String类中用于返回字符串字符个数的方法是_____
- 函数filter可以具有哪些类型? A: (Int - Bool) - [Int] - [Integer] B: (Int - Bool) - [Integer] - [Integer] C: (Int - Bool) - [Int] - [Int] D: (Char - Bool) - String - String