摘要: /*父类 Person*/function Person(name,age){ this.name=name; this.age=age;}Person.prototype.showName=function(){ this.name;};Person.prototype.showAge=fu... 阅读全文
posted @ 2015-12-20 15:54 璀璨星空168 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1.git init 把目录变成Git可以管理的仓库2.git add 把文件添加到仓库3.git commit -m "" 把文件提交到仓库,-m后面是提交说明4.git status 查看仓库的当前状态5.git diff文件名 查看具体修改了什么内容 此命令用于文件未提交到仓库前6.... 阅读全文
posted @ 2015-12-20 15:51 璀璨星空168 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 无标题文档我是测试的 阅读全文
posted @ 2015-12-13 20:00 璀璨星空168 阅读(162) 评论(0) 推荐(0) 编辑