public void onClick(View v){ int jin = Integer.parseInt(edtjin.getText().toString()); double kg=0.6*(double)jin; txtKg.setText(kg+"公斤");
確定! 回上一頁