我正在尝试使用 IF THEN 在代码中添加和添加整数:
one.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
// TODO Auto-generated method stub
subtotal = 1;
if (variable1==1) (counter + 1)
else if (variable1==2) then (counter + 1);
display.setText("Your total is" + counter);
}
});
但我认为我的格式有错误.. =/
非常感谢!