微信小程序todolist

2016-11-19
阅读 2 分钟
3.9k
weixinApp 微信小程序toDoList 列表页面 简单的列表页面和数据添加,此时有一些问题 setData在清除一些用户交互的页面的时候有些问题。 inputA 是一个输入框,当我提交数据的时候,需要清除表单的数据,setData不能清除很好的清除。 添加数据 使用wx.setStorageSync(KEY,DATA). {代码...} 删除数据 使用 wx.removeStorag...

angular入门

2016-08-07
阅读 5 分钟
2.4k
angular2 学习入门第一课 步骤 Install Node.js 创建应用程序的项目文件夹和定义包的依赖关系和特殊项目设置 Create the app’s Angular root component Add main.ts, identifying the root component to Angular Add index.html, the web page that hosts the application Build and run the app 文件 创建文件 {代码......