1. <script>
    2. $(document).ready(function () {
    3. $('#app').click(function () {
    4. alert(222)
    5. })
    6. })
    7. </script>