日期:2014-05-16 浏览次数:20520 次
for ($i=0; $i < 10000; $i++) { echo str_pad($i, 4,'0',STR_PAD_LEFT )."<br />"; }