如果第二个参数是第一个参数的前缀,则返回true。
字符串
startWith(<parameters>)
startWith(<string>,<string>)
返回布尔值。
startWith("Hello World", "Hello")
返回真。
startWith("Hello World", "World")
返回假。