精華區beta mud_sanc 關於我們 聯絡資訊
C-022 pop 原文:retrieves the first element of a list and removes it from the list 中文:從字串表中提取第一項並從字串表中刪除該項。字串表如果是存在變    數中,使用POP時,無須加上@。(7.21) 格式:%pop(listname) 範例:List="a|b|c"    #SHOW 第一項:%pop(List) List目前內容:@list    顯示結果為:    第一項:a List目前內容:b|c