原来光label.useHandCursor = true;还不够,要加下面两条语句:
label.mouseChildren = false;
label.buttonMode = true;