我尝试创建一个关闭(退出)应用程序的按钮,但它不起作用,因为在点击按钮后,应用程序未关闭(它放在后台)并打开本机Android浏览器(???)。
Button button = new Button("Close the app");
button.addActionListener(l -> {System.exit(0);});
答案 0 :(得分:2)
使用def highlight(value):
return bool_matrix.applymap(lambda x: 'background-color: green' if x else '')
df.style.apply(highlight, axis=None)
。
请注意,移动应用程序不提供仅退出按钮的退出按钮。如果您在应用中提供退出按钮,则可能会被iTunes中的应用审核流程拒绝。