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