jQuery烂笔头
Specify a function to execute when the DOM is fully loaded.
Then you can change the src in jQuery by:
servlet会缓存img的URL,当请求的url不变时,servlet会把缓存的url对应的图片传回来,所以图片没有被正确设置。可以每次请求时可以在url上多加上当期时期,这个每次请求的url就不同了$("#id").show(); //display:block$("#id").hide(); //display:none$("#id").toggle(); //切换元素的可见状态:如果元素可见,切换为隐藏;如果元素隐藏,切换为可见