批踢踢實業坊
›
精華區
beta
mud_sanc
關於我們
聯絡資訊
返回上層
C-013 additem
原文:
add the string s to the specified string list. Duplicate items are allowed
中文:
增加新的字串到指定的字串表結尾。可以添加重複的項目。
格式:
%additem(s,list)
範例:
SpellList=%additem("cast 'armor' me",@SpellList)
將字串"cast 'armor' me"添加到字串表spellList中。