private void Provider16_OnPlaying(string text, int charIndex) { Debug.WriteLine($"正在播第{charIndex}个字符"); this.Invoke(new Action(() => { Txt1.Select(charIndex, 1); Txt1.Focus(); LblPlayingTip.Text = $"正在播第{charIndex}个字符"; })); }