js replace space with dash ... title = title.replace(/\s/g , "-"); var html = "<div>" + title + "</div> ...
確定! 回上一頁