- 博客(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
242
原创 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
199
原创 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
238
原创 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
297
原创 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
2068
原创 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
195
原创 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
304
原创 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
424
原创 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
490
原创 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
2180
原创 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
427
原创 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
473
原创 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
324
原创 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
811
原创 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
1179
原创 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
231
原创 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
976
原创 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
322
原创 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
225
原创 JS的基础语法一
JS的基础语法一<script type="text/javascript"> //js是动态语言,java是静态语言,js是基于原型拷贝的,没有类的概念,只有一个根对象,通过根对象来拷贝不同的副本来产生对象。 console.log(1234); //对于js而言,都是通过var来完成变量的创建,等号后面是什么就是什么类型 var a = 12; //Number
2017-07-02 10:12:05
230
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人