jsp学习1
2011-07-02 11:23 Rollen Holt 阅读(389) 评论(0) 编辑 收藏 举报
<%@ page contentType="text/html; charset=gb2312"%> <html> <body><font size=5> <%! int i=9; %> <% i++; %> <p> you are the <%=i %> </p> </font> </body> </html>
<%@page contentType="text/html; charset=gb2312" %> <html> <body> <%! int i=0; %> <%! synchronized int countpeople(){ i++; return i; } %> you are the <%= countpeople() %> </body> </html>
==============================================================================
本博客已经废弃,不在维护。新博客地址:http://wenchao.ren
我喜欢程序员,他们单纯、固执、容易体会到成就感;面对压力,能够挑灯夜战不眠不休;面对困难,能够迎难而上挑战自我。他
们也会感到困惑与傍徨,但每个程序员的心中都有一个比尔盖茨或是乔布斯的梦想“用智慧开创属于自己的事业”。我想说的是,其
实我是一个程序员
==============================================================================
![](http://service.t.sina.com.cn/widget/qmd/1882500857/8c17d4b5/1.png)