dddd

    /**
     * SyntaxHighlighter
     */
    function foo()
    {
        if (counter <= 10)
            return;
        // it works!
    }
  
     function helloSyntaxHighlighter() { return "hi!"; }
原文地址:https://www.cnblogs.com/skating/p/6403109.html