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