赞
踩
double num = Convert.ToDouble("3.14");
double total_battery_capacity = Convert.ToDouble(this.txtbox_battery_totoal_capacity.Text);
string str_num = Convert.ToString(3.14);
string str_battery_actual_capacity = Convert.ToString(total_battery_capacity * battery_ratio);
string str_name = this.txtbox_battery_ratio.Text;
this.txtbox_hello.Text = "hello world";
this.txtbox_run_power.Text = Convert.ToString(run_power);
this.txtbox_life_days.ForeColor = Color.Red;
this.txtbox_run_average_power.ForeColor = Color.Blue;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。