13. 5. 22.

jsp의 시간지연?

http://www.okjsp.net/bbs?seq=30414
jsp페이지가 몇 초 있다가 떳으면 좋겠어서 찾아봤다.


out.print(System.currentTimeMillis());
Thread.sleep(3000);

out.print("
");
out.print(System.currentTimeMillis());

실제로 이게 되는지는 모르겠다.

댓글 없음:

댓글 쓰기