diff options
Diffstat (limited to '_posts/2019-02-01-history.md')
-rw-r--r-- | _posts/2019-02-01-history.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2019-02-01-history.md b/_posts/2019-02-01-history.md index 44ecfc6..d37b3f0 100644 --- a/_posts/2019-02-01-history.md +++ b/_posts/2019-02-01-history.md @@ -25,17 +25,17 @@ tags: [Mayx, 计算机, 学习] <script> function showcode() { $('.showbutton').toggle(); - $('.language-code').toggle(); + $('.language-bat').toggle(); } </script> <style> -.language-code{ display:none; } +.language-bat{ display:none; } .language-shell{ display:none; } </style> <button onclick="showcode()" class="showbutton">Show Code</button> <button onclick="showcode()" class="showbutton" style="display:none;">Hide Code</button> -```code +```bat @echo off color f0 mode con cols=50 lines=10 |