<!DOCTYPE html>
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head>
|
<title>iframe测试</title>
|
<meta http-equiv="Expires" content="0" />
|
<meta http-equiv="Cache" content="no-cache" />
|
<meta http-equiv="Pragma" content="no-cache" />
|
<meta http-equiv="Cache-control" content="no-cache" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<style>
|
html, body {
|
padding: 0;
|
margin: 0;
|
width: 100%;
|
height: 100%;
|
overflow: hidden;
|
}
|
|
#iframe {
|
padding: 0;
|
margin: 0;
|
width: 100%;
|
|
height: 100%;
|
}
|
</style>
|
</head>
|
<body>
|
<iframe id="iframe" src="http://10.10.4.116:8080/shipinliu/"></iframe>
|
</body>
|
</html>
|