将来进行时
在疑问句和否定句中的形式
重要程度:6 分
<div>
<h2>将来进行时的小结</h2>
<p>将来进行时的基本结构是:<strong>will + be + 动词的现在分词</strong></p>
<h3>疑问句形式</h3>
<p>将来进行时的疑问句形式是将助动词<code>will</code>提到主语之前。</p>
<pre>
<code>
Will you be studying English tomorrow?
</code>
</pre>
<h3>否定句形式</h3>
<p>将来进行时的否定句形式是在助动词<code>will</code>之后加<code>not</code>,可以缩写为<code>won't</code>。</p>
<pre>
<code>
She won't be attending the meeting next week.
</code>
</pre>
<h3>例题说明</h3>
<p><strong>例题1:</strong>将句子“他们将在下午5点开会。”改写成将来进行时的疑问句。</p>
<pre>
<code>
Will they be having a meeting at 5 PM?
</code>
</pre>
<p><strong>例题2:</strong>将句子“她将在下个月去旅行。”改写成将来进行时的否定句。</p>
<pre>
<code>
She won't be going on a trip next month.
</code>
</pre>
</div>