反身代词
反身代词的用法
重要程度:10 分
<div>
<h2>反身代词的用法</h2>
<p>反身代词是用来表示动作的执行者同时也是动作的接受者的代词。常见的反身代词有:myself, yourself, himself, herself, itself, ourselves, yourselves, themselves。</p>
<h3>1. 用作主语的同位语</h3>
<p>当主语和宾语指的是同一人或物时,常用反身代词作宾语。</p>
<pre>
<code>
John hurt himself while playing soccer.
</code>
</pre>
<p>约翰在踢足球时伤到了自己。</p>
<h3>2. 表示强调</h3>
<p>反身代词可以用来强调某人或某物。</p>
<pre>
<code>
I did it all by myself.
</code>
</pre>
<p>我完全靠自己做到的。</p>
<h3>3. 用于固定搭配</h3>
<p>有些动词后面需要接反身代词,这些是固定搭配。</p>
<pre>
<code>
She taught herself French.
</code>
</pre>
<p>她自学了法语。</p>
<h3>4. 介词后的宾语</h3>
<p>某些介词后也需要跟反身代词。</p>
<pre>
<code>
He is not used to living alone.
</code>
</pre>
<p>他不习惯独自生活。</p>
</div>