我正在尝试为我的PSP制作一本个人圣经。
我已经尝试过谷歌,但我在浏览时唯一看到的圣经版本是KJV,我正在尝试使我的有3个版本,分别是TNIV、NLT和扩大版圣经。
因此,我的唯一解决方案是为自己制作一个,并且我的方法是将一个html文件保存在我的记忆棒上,并通过控制台浏览器打开它。
我的担忧是:
- How does the psp browser handle css and javascript?
- Is there a doctype declaration specifically designed for the psp browser?
- Can I use any local database to store my texts for easier query or do I have no choice but rely on static text files?
- Is there anyone in SO who have experienced developing a page for this console and can he/she give me some tips and advice?
提前感謝你的回覆。 :)