Suppose there is a TEXT file on INTERNET like this,
"I am a man.
          We are good friend.
          ......."
          I would like to put the above content one line by one line into array. For example,
          array(0)="I am a man."
          array(1)="We are good friend."
          array(2)=........
          array(3)=........
          How to do this? Thank you very much.
創作者介紹
創作者 小吳 VBQA 程式設計討論 的頭像
vbqa

小吳 VBQA 程式設計討論

vbqa 發表在 痞客邦 留言(1) 人氣( 5 )