document.write("
string1.padRight(totalWidth, chr)
2010年06月08日 实例的方法 padRight 向字符串右端追加一定数量的字符并返回。语法string1.padRight(totalWidth, chr)参数totalWidth intege
http://www.itpow.com/c/2010/06/6SW2NNPOYEK23I1H.asp
string1.padLeft(totalWidth, chr)
2010年06月08日 符并返回。语法string1.padLeft(totalWidth, chr)参数totalWidth integer。追加字符后要达到的总长度。chr character。
http://www.itpow.com/c/2010/06/WACXJNM42RDU7VW3.asp
C# 中用 PadLeft、PadRight 补足位数
2008年03月17日PadRight 进行轻松地补位。PadLeft(int totalWidth, char paddingChar) //在字符串左边用 paddingChar 补足 totalWidth
http://www.itpow.com/c/2008/03/Y0D41S7E3277RB16.asp
")