zoukankan      html  css  js  c++  java
  • 41 比较级&最高级(1)

    比较级:通常是两者之间的比较,一者比另一者更....。

    最高级:通常是三者之间的比较,三者之间,有一个最.....。

    1. 通常在形容词和副词后面加 "er","est",加er的是比较级,加est的是最高级

    例:

      hard - harder - the hardest

    hard努力,harder更努力,the hardest最努力。最高级加est的时候,要在前面加定冠词(the),表示特指某个最...。

    2. 词尾是不发言的单音节e时,加 "r " ,  " est ".

    例:

      nice - nicer  -  the nicest 

    nice好,nicer更好,the nicest最好。

    3. 词尾是辅音 + y的双音节时,去掉”y"加 "ier " , " iest "。

    例:

      dry - drier - the driest

    dry干,drier更干,the driest最干燥。

    4. 以一个辅音结尾的重读闭音节时,双写最后一个字母,加" er "," est ".

      hot - hotter - the hottest

    hot热,hotter更热,the hottest最热

    5. 多音节和双音节,在形容词和副词前加

      程度加强:“more" , " the most"   more更多,the most最多..

      程度减弱:" less "," the least "  less更少,the least最少...

    interesting - more/less interesting -  the most interesting/the least interesting

    6. 不规则变化:good - better - the best ,    many - more - the most

    练习:

      high高    - higher更高   - the highest最高

      late - later - the latest

      heavy - heavier - the heaviest

      thin - thinner - the thinnest

      famous - more famous - the most famous

      little - less - the least

  • 相关阅读:
    纯css3实现旋转的太极图
    webstorm9.3 安装less 编译css教程
    javascript之查找数组中最小/最大的数
    javascript基础之打印乘法表
    javascript之查找数组元素
    jvascript 顺序查找和二分查找法
    Vue基础知识之常用属性和事件修饰符(二)
    Vue源码(一)
    BFC以及margin的深入探究
    jQuery中Ajax参数详细介绍
  • 原文地址:https://www.cnblogs.com/unlasting/p/13339153.html
Copyright © 2011-2022 走看看