Home > sculp-js > stringFill
stringFill() function
字符串填充
Signature:
typescript
stringFill: (length: number, value?: string) => stringParameters
Parameter | Type | Description |
|---|---|---|
length | number | |
value | string | (Optional) |
Returns:
string
{string}