const trim = (str, chars) => str.split(chars).filter(Boolean).join(chars);. For use cases where we ...
確定! 回上一頁