- v3
http://news-at.zhihu.com/api/3/stories/latest 获取今日日报
http://news-at.zhihu.com/api/3/news/latest 获取今日日报
http://news-at.zhihu.com/api/3/news/before/20140618 获取某个日期之前的日报
| /** | |
| * 给图片打文字水印 | |
| * @param img Object||String | |
| * @param opt | |
| * @constructor | |
| */ | |
| function Watermark(img, opt) { | |
| this.opt = opt; |
###移动技术
根据mobileTech项目整理而成,原文地址。
####webapp实践的总结
| <!doctype html> | |
| <!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ --> | |
| <html> | |
| <head> | |
| <title>iOS 8 web app</title> | |
| <!-- CONFIGURATION --> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| #map_canvas | |
| { | |
| width: 400px; | |
| height: 400px; | |
| } | |
| </style> |