Topic: 我将下面代码单独放一个文件就执行结果不对,将语句放在其他.jsp中就是正确的,为什么? |
Print this page |
1.我将下面代码单独放一个文件就执行结果不对,将语句放在其他.jsp中就是正确的,为什么? | Copy to clipboard |
Posted by: zilin Posted on: 2003-03-20 20:15 <%@ page import = "java.util.*"%> <html> <head></head> <body> The current date and time are : <%= (new java.util.Date()).toLocaleString() %> </body> </html> |
2.Re:我将下面代码单独放一个文件就执行结果不对,将语句放在其他.jsp中就是正确的,为什么? [Re: zilin] | Copy to clipboard |
Posted by: 主管 Posted on: 2003-03-20 20:31 在JSP中,客户机的场景是通过JSP隐式对象来取得的。 如果放在单独的CLASS文件中中,则要通过某种方法取得对象 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |