批踢踢實業坊
›
精華區
beta
mud_sanc
關於我們
聯絡資訊
返回上層
F-052 delete
原文:
return the string s with n characters starting at position I deleted.
中文:
從指定的字串s中,從第i個字元開始刪除n字元並回報。
格式:
%delete(s,i,n)
範例:
#SHOW %delete("abcdef",2,3)
從字串abcdef的第2個字元起刪除3個字元並顯示,結果為:aef。