//删除全部 else if(idR.id.btnDelet){ new AlertDialog.Builder(this).setTitle("删除提示框").setMessage("确认删除该数据?") .setPositiveButton("确定", new DialogInterface.OnClickListener() { public void onClick(DialogIn…
原文转载:
https://www.jb51.net/article/153879.htm
今天在网上copy的一段代码,代码很简单,每行看起来该缩进的都缩进了,运行的时候出现了如下错误,IndentationError: unindent does not match any outer indentati…