1. <script>
    2. // document.getElementById('d').onclick=function(){
    3. // alert('d')
    4. // }
    5. $(function () {
    6. $('#yes').click(function () {
    7. $.post("/index.php/miniapp/automatic.Content/examine");
    8. })
    9. })
    10. </script>