static void Main(string[] args) { Regex expression = new Regex(@"%download%#(? [0-9]*)"); var results = expression.Matches(input); foreach (Match match in ...
確定! 回上一頁