您好我想重新加载我的html页面而不会闪烁。我使用下面的代码,但这不能正常工作。发生眨眼。
<html>
<head>
<meta http-equiv="refresh" content="3">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<img src="https://www.google.co.in/images/srpr/logo11w.png">
</body>