dest = substr( str , i , n ) returns the substring of length n starting at the i -th character of string str . Use zero-based indexing.
確定! 回上一頁