經安全檢測,此網站為安全網站,請放心前往原始網址!

精讚部落::Perl 的 split 寫法

Perl 的 split 寫法 Perl 將字串分開可以用 split 這個函數,他可以使用 Regex,算是功能滿強大的。語法: split(/型別/, 字串); 例如最簡單的寫法: @s= split(/,/, '60,70,80'); 也可以 ...

note.tc.edu.tw

網址安全性掃描由 google 提供