测试一下你属于哪种人

抄自 http://www.terrainformatica.com/index.php/?p=32



What will following JavaScript function return?

function test()
  {
    try
    {
      return "I am optimist";
    }
    finally
    {
      return "I am pessimist";
    }
  }

Try to answer as this is a good chance to measure your attitude

你可能感兴趣的:(JavaScript,PHP)