
Html
文章平均质量分 76
水木日月珠
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Google Spreadsheet作为data table动态加载到Web page
主要做法是 1. 把建好的Spreadsheet publish,选择publish自动更新。 2. 用Google API和Javascript动态读取Google Spreadsheet的内容,其中使用到tabletop.js 详情参考: 1. http://builtbybalance.com/Tabletop/ 2. https://github.com/jsoma/t转载 2013-04-18 21:31:28 · 1072 阅读 · 0 评论 -
HTML中嵌入MP3播放器
Notes for Music Player -replace song.mp3 with the url of the song you want -delete autoplay="autoplay" if you don't want the song to start when the page loads -delete loop="loop" if you only wa原创 2013-04-28 19:02:49 · 3916 阅读 · 0 评论