
other
wenlong342
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
关于时间格式的一些处理方法
<%@ page contentType="text/html;charset=gb2312"%><%@ page import="java.text.*"%><%@ page import="java.util.*"%><%?//字符串转化成时间类型(字符串可以是任意类型,只要和SimpleDateFormat中的格式一致即可)??java.te2007-07-19 16:21:00 · 116 阅读 · 0 评论 -
网页中嵌入的天气预报的代码
<iframe src="http://www.tianqi123.com/php/current_city.php" mce_src="http://www.tianqi123.com/php/current_city.php" width=178 height=248 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0...2008-03-06 15:22:55 · 243 阅读 · 0 评论