通过脚本来清除radiobutton group 的选择状态不能通过设置其值为null,而必须设置其值为空,如
F.P.radioButtonGroup.rawValue = ""; 而不是F.P.radioButtonGroup.rawValue = null;
没有评论:
发表评论