摘要: javascript学习笔记1 1、输出语句 ; 2、语法构成; 3、数据类型:typeof 操作符、Undefined 类型、Null 类型、Boolean 类型、Number 类型、String 类型 、Object 类型 阅读全文
posted @ 2015-01-06 17:01 tianle19900805 阅读(140) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript">var d=new Date();//alert(d.getFullYear());//alert(d.getDate());alert(d.getFullYear()+"年"+(d.getMonth()+1)+"月"+d.getDate()+"日"+d.getHours()+"时"+d.getMinutes()+"分"+d.getSeconds()+"秒");</script 阅读全文
posted @ 2013-01-17 10:36 tianle19900805 阅读(132) 评论(0) 推荐(0) 编辑
摘要: css样式部分View Code 1 <style type="text/css"> 2 *{ margin:0;padding:0;} 3 body{ font:normal 12px Verdana, Arial, Helvetica, sans-serif; text-align:center;} 4 #warpper{ position:absolute; left:100px; top:100px;} 5 h5{ float:left;} 6 a{ text-decoration:underline; cursor:pointer; font-weig 阅读全文
posted @ 2012-10-16 14:53 tianle19900805 阅读(426) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf- 阅读全文
posted @ 2012-10-16 14:32 tianle19900805 阅读(294) 评论(0) 推荐(0) 编辑