startsWith(substring) -> Boolean
检查字符串是否以 substring 作为开头。
substring
'Prototype JavaScript'.startsWith('Pro'); //-> true