[ Content | Sidebar ]

Archives for 八月, 2008

* is not a constructor

firebug 如果报这个错误,说明你可能重复加载了某个js或者某个js文件被缓存~

highlight plugin test

1
2
3
4
5
6
7
<html>
<body>
<script>
document.write('hello world!');
</script>
</body>
</html>
Copy Code 

Hello world!

欢迎使用 WordPress。这是您的第一篇日志。您可以编辑它或是删除它,然后开始写您自己的 blog。

alert('hello word!');
Copy Code