代码改变世界

good tools 调试好帮手

2009-04-28 17:15  蜡笔小旧  阅读(186)  评论(0编辑  收藏  举报

 可以抛弃window.alert()了

Blackbird

url:http://www.gscottolson.com/blackbirdjs/

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
      <title>a</title>
      <script type="text/javascript" src="blackbird.js"></script>
      <link type="text/css" rel="Stylesheet" href="blackbird.css" />
  </head>
  <body>
  <script type="text/javascript">
      log.debug("this is debug");
   </script>
  </body>
</html>

界面显示以后按[F2].