//remove html tags from a string, leaving only the inner text function removeHTML(str){ var tmp = document.createElement("DIV"); tmp.innerHTML = str ...
確定! 回上一頁