微型微型方便微型框架
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微型微型方便微型框架相关的知识,希望对你有一定的参考价值。
via [http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/](http://mir.aculo.us/2010/06/04/making-an-ipad-html5-app-making-it-really-fast/)for CSS3 Transitions, Transforms, Animation also see:
[http://css3.bradshawenterprises.com/](http://css3.bradshawenterprises.com/)
function $(id) { return document.getElementById(id); } function html(id, html) { $(id).innerHTML = html; } function css(id, style) { $(id).style.cssText += style; } function anim(id, transform, opacity, dur) { css(id, "-webkit-transition: -webkit-transform, opacity " + (dur||0.5) + "s, " + (dur||0.5) + "s; -webkit-transform: " + transform + "; opacity: " + (opacity||1)); }
以上是关于微型微型方便微型框架的主要内容,如果未能解决你的问题,请参考以下文章
Klein 的 Conda 包(Twisted 微型 Web 框架)
Python最火框架入门了吗?微型框架 Flask与Web框架Django示例!