一个字符串是否以另一个字符串开始

StringHelper::startsWith("hello world","he");//true
StringHelper::startsWith("hello world","ll");//false