(defn strip-html-tags. "Function strips HTML tags from string." [s]. (.text (Jsoup/parse s))). Report this snippet ...
確定! 回上一頁