如果第二個參數是第一個參數的前置詞,則返回true。
字串
startWith(<parameters>)
startWith(<string>,<string>)
返回布爾值。
startWith("Hello World", "Hello")
返回true。
startWith("Hello World", "World")
返回false。