字符填充 meaning in Chinese
character fill
Examples
- Right - aligns the characters in this instance , padding on the left with a specified unicode character for a specified total length
右对此实例中的字符,在左边用指定的unicode字符填充以达到指定的总长度。 - Left - aligns the characters in this string , padding on the right with a specified unicode character , for a specified total length
左对此字符串中的字符,在右边用指定的unicode字符填充以达到指定的总长度。 - String . substr n , length , pad , string . subword . . . extracts a substring of characters or words string at n for length with optional padding
从字符串的位置n开始提取指定长度的字符或单词子串,并用可选的填充字符填充 - Right - aligns the characters in this instance , padding on the left with spaces or a specified unicode character for a specified total length
右对此实例中的字符,在左边用空格或指定的unicode字符填充以达到指定的总长度。 - Left - aligns the characters in this string , padding on the right with spaces or a specified unicode character , for a specified total length
左对此字符串中的字符,在右边用空格或指定的unicode字符填充以达到指定的总长度。