<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script>
$(function(){
$("#btn").click(function(ev){
if ($(this).text()==="显示简介") {
경고('예');
} else {
경고('아니요');
}
});
})
</script& gt;
</head>
<body>
<버튼 ID= "btn">
显示简介
</button>
<div id="ppt" style="display: none;">11111</div>
</body>
버튼 안에서 가지가 분기될 수 있나요?
"==="와 "=="