单项选择题

var s=’Hello world!’;根据表达式,下面选项返回true的是()

A.s.startsWith(’Hello’)
B.s.endsWith(’!’)
C.s.includes(’o’)
D.s.endsWith(’H’)