private void textBox1_TextChanged(object sender, EventArgs e). {. char[] p_chr = textBox1.Text.ToCharArray();. Array.Reverse(p_chr,0 ...
確定! 回上一頁