} else { $.post({ url: '/commentadd', data: {comment: comment, book_id: book_id}, success(res) { if (res.err === 1) { ShowDialog(res.msg); } else { ShowDialog(res.msg); setTimeout(function () { location.reload(); },1000) } }, error(res) { ShowDialog('表单提交出错'); return false; } }) } }