摘要: 直接添加代码 function ImagePreloader(images, call back) { // 保存回调函数 this.call back = call back; // 状态初始化. this.nLoaded = 0; this.nProcessed = 0; this.aImag... 阅读全文
posted @ 2016-01-12 16:36 Json_cheeTsui 阅读(219) 评论(0) 推荐(0)
摘要: 区块元素 标题 使用1 6个 ,或者使用=和 ,来标记不同阶的标题: This is an H1 ========= This is an H2 或者是: 这是 H1 这是 H2 这是 H6 区块引用 Markdown 标记区块引用是使用类似 email 中用 的引用方式。 区块引用可以嵌套(例... 阅读全文
posted @ 2016-01-12 10:43 Json_cheeTsui 阅读(3164) 评论(0) 推荐(0)