private void button1_Click(object sender, EventArgs e) { double twd = double.Parse(textBox1.Text); double jpy = twd * 2.7; textBox2.Text = jpy.ToString(); }
Category: 程式設計
全新的繁體中文 WordPress 網站
private void button1_Click(object sender, EventArgs e) { double twd = double.Parse(textBox1.Text); double jpy = twd * 2.7; textBox2.Text = jpy.ToString(); }