自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 收藏
  • 关注

原创 JS 对象之Json

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 20:57:46 192

原创 JS 对象的创建(一)

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 20:57:09 166

原创 JS 函数 this,call

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 20:56:13 187

原创 JS 函数call和apply

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:54:37 242

原创 JS 函数length

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:54:09 1985

原创 JS 函数this

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:53:49 154

原创 JS 函数arguments

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:53:24 255

原创 JS 函数event

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:52:50 378

原创 JS 函数sort

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:52:24 441

原创 JS 函数transfer

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:51:57 2086

原创 JS 函数(二): overload

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:51:08 373

原创 JS 函数的定义(一)

<!DOCTYPE html><html> <head> <title>01_define.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:49:35 425

原创 JS window.open新开窗口

<!DOCTYPE html><html> <head> <title>javascript01.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:46:56 275

原创 JS history(二) 返回上一页

<!DOCTYPE html><html> <head> <title>javascript01.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:45:59 748

原创 JS history(一)返回上一页

<!DOCTYPE html><html> <head> <title>javascript01.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:45:17 1073

原创 JS setTimeout和setInterval

<!DOCTYPE html><html> <head> <title>javascript01.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:42:50 191

原创 JS 设置css样式和window.onload

<!DOCTYPE html><html> <head> <title>javascript01.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:40:29 918

原创 JS常用对象Date和String

<!DOCTYPE html><html> <head> <title>javascript01.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:38:50 271

原创 JS基础知识二

<!DOCTYPE html><html> <head> <title>javascript01.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page">

2017-07-02 10:36:45 190

原创 JS的基础语法一

JS的基础语法一<script type="text/javascript"> //js是动态语言,java是静态语言,js是基于原型拷贝的,没有类的概念,只有一个根对象,通过根对象来拷贝不同的副本来产生对象。 console.log(1234); //对于js而言,都是通过var来完成变量的创建,等号后面是什么就是什么类型 var a = 12; //Number

2017-07-02 10:12:05 192

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除