我正在开发一个应用程序并且有一个关于填充表的问题,数据可能每年更改一次,所以我想避免网络调用数据库。
所以...
I'm using Jquery and Phonegap. I have lots of tables where I would consider coding statically, however, this data is likely to change once per year, so when I issue an update on the app I'd rather update one table then many different pages. I am wondering what approach to take to ensure updating will be easy, and at least I can have a "Template" and only update where the information is stored rather than HTML. Please impose all your knowledge and if you could point me towards a tutorial on implementing that method.
V/r, Kane