try { 写要执行的代码; return "操作成功"; } catch (Exception e) {
e.printStackTrace(); # 这个是把具体的错误打印出来
return "操作失败"
}}