0189.htm
来自「精通struts源码,孙卫琴.经过更新后的,请查收,」· HTM 代码 · 共 41 行
HTM
41 行
<html>
<head>
<title>新时代软件教程:操作系统 主页制作 服务器 设计软件 网络技术 编程语言 文字编辑</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
<!--
body, table {font-size: 9pt; font-family: 宋体}
a {text-decoration:none}
a:hover {color: red;text-decoration:underline}
.1 {background-color: rgb(245,245,245)}
-->
</style>
</head>
<p align="center"><script src="../../1.js"></script></a>
<p align="center"><big><strong>jsp调用net包获得对方ip机器名的例子</strong></big></p>
<div align="right">---摘自互联网</div>
<br><HTML><br>
<HEAD><br>
<TITLE>Who Am I?</TITLE><br>
<%@ import ="java.net.*" %><br>
</HEAD><br>
<BODY><br>
<% <br>
InetAddress localHost = InetAddress.getLocalHost(); <br>
Date localTime = new Date(); <br>
%><br>
<H1><br>
Who Am I?<br>
</H1><br>
I am called <%= localHost.getHostName() %> (<%= localHost.getHostAddress() %>).<br><br>
This page last executed at <%= localTime.toString() %>.<br>
</BODY><br>
</HTML>
</table>
<p align="center"><script src="../../2.js"></script></a>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?