首页题库练习题目详情
面向对象程序设计单选题中等

以下哪项可以用于判断字符串是否以“Java”开头?

AstartsWith("Java")
BendsWith("Java")
Ccontains("Java")
DindexOf("Java") == 0