上一页 1 ··· 32 33 34 35 36
摘要: 用A链接对象解析url的组成 var url = 'https://www.baidu.com:8080/aaa/1.html?id=10#name'; var aLink = document.createElement('a'); aLink.href = url; console.log(aL 阅读全文
posted @ 2017-04-07 08:32 H.U.C-王子 阅读(167) 评论(0) 推荐(0) 编辑
摘要: - angular中最重要的概念是指令(directive)- ng-model 是双向数据绑定的指令,效果就是将当前元素的value属性和模型中的[user.name]建立绑定关系### 模块(Module)- 我们可以通过angular.module创建一个模块- angular.module方 阅读全文
posted @ 2017-04-06 10:41 H.U.C-王子 阅读(313) 评论(0) 推荐(0) 编辑
摘要: Hexo is a fast, simple & powerful blog framework 安装方法:npm install hexo-cli -g; require:node.js git 基本使用流程: npm install hexo-cli -g hexo init blog cd b 阅读全文
posted @ 2017-04-06 09:22 H.U.C-王子 阅读(700) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36