用户:QWERTY770/common.js:修订间差异

添加44字节 、​ 2020年8月31日 (星期一)
无编辑摘要
无编辑摘要
无编辑摘要
第46行: 第46行:
}
}


var show = 1;
var isshow = 1;
$("#codeshow").click(function(){
$("#codeshow").click(function(){
     if (show == 0){
     if (show == 0){
         $("pre::before").show();
         $("pre::before").show();
        isshow = 1;
     }else{
     }else{
         $("pre::before").hide();
         $("pre::before").hide();
        isshow = 0;
     }
     }
     alert(show);
     alert(isshow);
});
});
3,040

个编辑