Hi,請問有沒有什麼現成的方式,
能夠將由數句英文句子組成的文章作排版呢?
像是這樣:
The quick brown fox jumps over the lazy dog. The
quick brown fox jumps over the lazy dog.
會變成:
長度n
|--------------------------------|
The quick brown fox jumps over
the lazy dog. The quick brown fox
jumps over the lazy dog.
其中長度n可以任意給定
這要如何在不用C或是shell script的方式下完成呢?
謝謝
--
能夠將由數句英文句子組成的文章作排版呢?
像是這樣:
The quick brown fox jumps over the lazy dog. The
quick brown fox jumps over the lazy dog.
會變成:
長度n
|--------------------------------|
The quick brown fox jumps over
the lazy dog. The quick brown fox
jumps over the lazy dog.
其中長度n可以任意給定
這要如何在不用C或是shell script的方式下完成呢?
謝謝
--
All Comments