精華區beta mud_sanc 關於我們 聯絡資訊
F-049 ends 原文:true if string s1 ends with string s2 中文:如果字串S2位在字串S1的結尾,回報ture(1)。 格式:%ends(s1,s2) 範例:#show %ends(abcde,de)    因為字串"abcde"的結尾包含"de",所以顯示1。