Perl 將字串成陣列,陣列成字串. 0 · ssorc 發佈於14 年前. @array = (1,2,3);. 或者是@array = qw(1 2 3);. print 出來的@array 長這樣123. 把陣列搞成字串→ $string ...
確定! 回上一頁