电子书阅读器小程序的设计与实现随着现代社会的发展脚步越来越快,现代人的生活节奏也随着越来越快,正如三百年前美国人本杰明富兰克林所说的——时间就是金钱,现在都市人们的时间成本越来越高,为了提高工作效率,同时也而为了拥有足够时间去休闲放松,一种全新的生活方式就应运而生——碎片化生活。而碎片化生活讲究的就是利用碎片化的时间去汲取不同的信息去做到学习或者娱乐,了解信息的最有效的途径之一便是通过阅读来了解,所以我们是否可以认为在一定程度上碎片化生活可以等同于碎片化阅读呢?基于碎片化阅读的手机 App(Mobile Application,Apps)有很多,例如起点中文,书旗阅读,观止,知乎日报等等……鉴于于传统的阅读 App 有着占内存,开发成本高,维护成本高,留存率低等特点,我决定利用更加轻快方便,开发难度和成本更加低的微信小程序开发一个电子书阅读器小程序来方便大家的生活和提高大家的阅读体验。本人开发的电子书阅读器小程序设计理念来自于碎片化阅读和现代都市对于阅读的庞大需求,以 JavaScript 技术构造小程序的逻辑层,采用了 JSBridage 技术将逻辑层和由微信小程序特有前端技术 Wxml, Wxss 开发的小程序视图层链接在一起,以及调用微信开发平台和第三方平台提供的 API 接口开发而成。该小程序实现了“书架”、“书城”、“搜索图书”等功能,从而起到协助用户轻快简单地进行碎片化阅读的作用。关键词:碎片化;电子书阅读器;微信小程序AbstractWith the development of modern society, the pace of modern people's life is faster and faster, As Benjamin Franklin said three hundred years ago, time is money. Nowadays, the cost of time for urban people is getting higher and higher. In order to improve their work efficiency, but also to have enough time to relax, a new way of life emerged - fragmented life. The fragmented life stresses that we should use the fragmented time to learn different information to achieve learning or entertainment. One of the most effective ways to understand information is through reading. So can we think that to some extent, fragmented life can be equivalent to fragmented reading?There are many...