跳转到内容

startswith

int  startswith(string str, string startswith)

如果字符串以给定字符串开头则返回1,否则返回0。