Preparing search index...
The search index is not available
umt
umt
padEnd
Function padEnd
指定された長さに達するまで、文字列の末尾に指定された文字列を追加します。
padEnd
(
string_
:
string
,
targetLength
:
number
,
padString
:
string
)
:
string
Parameters
string_
:
string
パディングを適用する元の文字列
targetLength
:
number
パディング後の目標の長さ
padString
:
string
パディングに使用する文字列
Returns
string
パディングが適用された後の文字列
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
umt
Loading...
指定された長さに達するまで、文字列の末尾に指定された文字列を追加します。