function sendTestMail(){var b=getRowPK();if(!b){return}var a=controller_url+"sendTestMail.do";var c={id:b};$.post(a,c,function(e){var d=e.message;if(e.status=="0"){d+="
请到当前邮箱中查看是否有收到测试邮件(可能会在垃圾箱中)。"}openMessageDlg(d)},"json")};