split. split , a built-in Tcl command, splits a string into a list ... proc wsplit {str sep} { split [string map [list $sep \0] $str] \0 } % wsplit ...
確定! 回上一頁