在Java中,可以通过以下方法来获取button标签的值:
button.getText();
button.getLabel();
button.getActionCommand();
这些方法可以根据具体的情况来获取button标签的值,并根据需要进行处理。