blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git

2014-07-14-same-old-trick-console-log.zh.md (547B)

    1 ---
    2 title: 某个老掉牙的把戏
    3 slug: same-old-trick-console-log
    4 author: shimmy1996
    5 type: post
    6 date: 2014-07-14T20:46:36+00:00
    7 duoshuo_thread_id:
    8   - 1213863036087959563
    9 categories:
   10   - Misc.
   11 tags:
   12   - Chrome
   13   - JavaScript
   14   - Wordpress
   15 
   16 ---
   17 Chrome按F12调出console有彩蛋XDDD
   18 
   19 <script>
   20 console.log('The crystal is the heart of the blade.\nThe heart is the crystal of the Jedi.\nThe Jedi is the crystal of the Force.\nThe Force is the blade of the heart.\nAll are intertwined.\nThe crystal, the blade, the Jedi.\nWe are one.');
   21 </script>