Perl語言substr應用

Perl語言substr應用 use Encode;   $str=decode('gbk',"測試文本");   print encode('gbk',substr($str,0,1));  ============================================= 指令:substr 語法:substr($string,offset,length)    offset表明起始字
相關文章
相關標籤/搜索