-- ulmer作者: ubac 時間: 2007-03-15 19:35
呵呵,謝謝~~
剛想到一個有意思的:
如果字符串為:
Spring's color Spring'scolorfillthegardenbutcannotallbecontained!
fill the garden but cannot all be contained!
對于字符串中的每個“單詞”,如果其長度大于十,那么就每十個字符截斷一次,否則正常輸出作者: yt_Wang 時間: 2007-03-16 15:36
$str="Spring'scolorfillthegardenbutcannotallbecontained!";