A.字符串"helloworld"中不包含G字符,indexOf返回0 B.字符串"helloworld"中不包含G字符,indexOf返回null C.字符串"helloworld"中不包含G字符,indexOf返回-1 D.字符串"helloworld"中不包含G字符,indexOf返回1
A.charAt() B.substring() C.toUpperCase() D.length()
A.onfocus B.onblur C.onchange D.onclick