在字串的取代方面, string.Replace(string oldValue, string newValue) 是一對一的取代, 如果要多對多或多對一的取代, 可以用Regex.Replace. 例如, 我們想 ...
確定! 回上一頁