- 博客(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
227
原创 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
190
原创 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
220
原创 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
280
原创 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
2047
原创 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
187
原创 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
286
原创 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
408
原创 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
476
原创 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
2158
原创 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
411
原创 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
460
原创 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
313
原创 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
789
原创 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
1156
原创 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
219
原创 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
960
原创 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
306
原创 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
219
原创 JS的基础语法一
JS的基础语法一<script type="text/javascript"> //js是动态语言,java是静态语言,js是基于原型拷贝的,没有类的概念,只有一个根对象,通过根对象来拷贝不同的副本来产生对象。 console.log(1234); //对于js而言,都是通过var来完成变量的创建,等号后面是什么就是什么类型 var a = 12; //Number
2017-07-02 10:12:05
221
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人