跳转到内容

lstrip

string  lstrip(string value)

string  lstrip(string value, string whitespace)

返回移除前导空白字符后的字符串。如果提供了whitespace参数,则移除该字符串中指定的字符。