const StringLink = (string, regex, link) => { let transString = string; transString = ReactStringReplace(transString, regex, (match, ...
確定! 回上一頁