suchen

Heim  >  Fragen und Antworten  >  Hauptteil

$(this).text()==="Einführung anzeigen" zeigt „Nein“ statt „Ja“ an

<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>

        <script>

        $(function(){

            $("#btn").click(function(ev){

                if ($(this).text()==="显示简介") {

                    warning('yes');

                } else {

                  warning('no');

              }

          });

        })

        </script>

        </head>

    <body>

        <button id= "btn">

            显示简介

        </button>

        <div id="ppt" style="display: none;">11111</div>

    < ;/body>


图图图图2551 Tage vor1484

Antworte allen(2)Ich werde antworten

  • 路过

    路过2017-12-02 09:08:14

    1. button里面能分行?

    2. “===” 和 “==”是有很大区别的

    Antwort
    1
  • 图图

    呀 确实是button不能分行

    图图 · 2017-12-02 21:18:25
  • StornierenAntwort