不定代词
不定代词的比较级和最高级
重要程度:4 分
<div>
<h2>不定代词的比较级和最高级</h2>
<p>不定代词指的是不明确指代某一个特定的人或物的代词。常用的不定代词有:some, any, many, much, little, few等。</p>
<h3>比较级</h3>
<p>不定代词的比较级形式如下:</p>
<ul>
<li>some - more some</li>
<li>any - more any</li>
<li>many - more many</li>
<li>much - more much</li>
<li>little - less little</li>
<li>few - fewer few</li>
</ul>
<p>注意:little和few表示数量少,它们的比较级分别是less和fewer。</p>
<h3>最高级</h3>
<p>不定代词的最高级形式如下:</p>
<ul>
<li>some - most some</li>
<li>any - most any</li>
<li>many - most many</li>
<li>much - most much</li>
<li>little - least little</li>
<li>few - fewest few</li>
</ul>
<p>注意:little和few的最高级分别是least和fewest。</p>
<h3>例题</h3>
<p>选择正确的不定代词填空:</p>
<ol>
<li>There are <input type="text" size="10"> people in the room, but I know <input type="text" size="10"> of them.</li>
<li>She has <input type="text" size="10"> friends than I do.</li>
<li>Of all the books, this is <input type="text" size="10"> interesting one.</li>
</ol>
<p>答案:</p>
<ol>
<li>There are <b>more some</b> people in the room, but I know <b>a few</b> of them.</li>
<li>She has <b>fewer</b> friends than I do.</li>
<li>Of all the books, this is <b>the most interesting</b> one.</li>
</ol>
</div>