一个字符串是否以另一个字符串结尾
StringHelper::endsWith("hello world","ald");//false StringHelper::endsWith("hello world","rld");//true