例如 获取 html标签的 字体大小,

  zepto中方法:$("html").css( "font-size" );

  jquery中方法:$("html").css( "fontSize" );

  一个用连字符,一个用驼峰命名法获取。