博客
关于我
名词性从句 の 表语从句
阅读量:414 次
发布时间:2019-03-06

本文共 848 字,大约阅读时间需要 2 分钟。

一、表语从句

表语从句是用来说明主语的身份、性质、品性、特征和状态的句子,通常位于系动词(如 be, become, appear, seem, look, sound, feel, get, smell 等)之后。

表语从句的作用

表语从句用来补充说明主语的更详细信息。在复合句中,表语从句充当主语成分的重要组成部分。

二、连接词

在表语从句中,连接词是用来连接主语和表语的关键词。常见的连接词包括:

  • 从属代词:that, whether
  • 连接代词:who/whoever, whom/whomever, what/whatever, which/whichever, whose
  • 连接副词:when, where, how, why
  • 特殊连接词:as if, as, because

例如:

  • as if:It looks as if it is going to rain.(看起来下雨了。)
  • as:He is as tall as his brother.(他和他哥哥一样高。)
  • because:I didn’t go to the party because I was too tired.(我没去派对是因为太累了。)

三、表语从句分类

表语从句根据引导词的不同可以分为以下几类:

1. that 引导的表语从句

My idea is that you should make good use of your time.

我的想法是你应该好好利用你的时间。

2. 连接代词和连接副词以及连接词 whether 引导的表语从句

The question is whether we can finish our work by tomorrow evening.

问题在于我们能不能在明天晚上以前完成这项工作。(注意:这里的 whether 不能换作 if)

3. as if 等引导的表语从句

It looks as if it is going to rain.

看起来天要下雨了。

转载地址:http://lbakz.baihongyu.com/

你可能感兴趣的文章
Python 中的... 三点、箭头(->)、/ 分别的作用
查看>>
python读取json数据的id_python处理JSON数据
查看>>
Python 中的Duck Typing
查看>>
Python 中的for in 遍历生成字典、添加判断条件if
查看>>
Python 中的Lock与RLock
查看>>
Python 中的range(),arange()函数
查看>>
Python 中的内存管理机制
查看>>
Python 中的函数包装器:模型运行时和调试
查看>>
Python 中的列表理解和 lambda
查看>>
Python 中的多层for in嵌套循环使用
查看>>
Python 中的多线程(01/4)
查看>>
Python 中的多进程(01/2):简介
查看>>
Python 中的多进程(02/2):进程之间的通信)
查看>>
Python 中的字符串、列表、元组和字典数据类型的特点和使用场景
查看>>
Python 中的属性访问器是什么?如何使用 @property 装饰器?
查看>>
Python 中的带宽限制
查看>>
Python 中的机器学习简介:多项式回归
查看>>
python读取grib2数据_用Python加载grib2文件
查看>>
Python 中的注意点_s2
查看>>
Python读取Excel的几种工具包(附Demo)
查看>>