PHP 靠左不足補空白的function. //a=幾位數,b=值 function C_SPACE($a,$b) { // 取出$b位數,算出要補幾個空格. $c = $a - strlen($b); //產出要補得空格$d
help.i2yes.com