首页 > 问答 > 正文
<脚本 src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<脚本>
$(function(){
$("#btn").click(function(ev){
if ($(this).text()=== "简介显示") {
alert('yes');
}else {
alert('no');
}
});
})
显示简介
路过2017-12-02 09:08:14
button里面能分行?
“===” 和 “==”是有很大区别的
呀 确实是button不能分行
首页
课程
问答
我的