当前位置: 首页 > news >正文

英语中什么时候用that?

我们来深入讲解一下 英语定语从句"that" 和 "which" 的使用区别,尤其是 限制性定语从句(restrictive)和 非限制性定语从句(non-restrictive)。


🧩 一、基本定义

✅ 限制性定语从句(Restrictive Clause)

  • 定义:限定、限定、再限定!它限定了先行词的范围,是句子的必要部分。

  • 不能去掉,否则句意会变得不完整或含糊。

  • 连接词可用:that / which(物)/ who(人)

🌰 例句:

The book that you gave me is very interesting.
(你给我的那本书非常有趣。)
→ 有很多书,这里是限定“你给我的那本”。


✅ 非限制性定语从句(Non-restrictive Clause)

  • 定义:不影响主句的意思,只是提供额外信息。

  • 可以去掉,主句意思仍完整。

  • 连接词只能用which(物)/ who(人)❗❗
    不能用 that

🌰 例句:

This book, which you gave me, is very interesting.
(这本书,你送给我的,非常有趣。)
→ 说话者已经明确是哪一本,只是补充说明你送的。


📌 二、总结:什么时候必须用 that

情况用法示例
✅ 限制性定语从句,指物thatwhich(但通常用 thatThe car that she bought is expensive.
❌ 非限制性定语从句不能用 that,只能用 whichThe car, which she bought, is expensive.
✅ 指人时,限制性thatwhoThe man that helped me is kind.
❌ 指人时,非限制性只能用 whoMy brother, who lives in London, is a doctor.
✅ 先行词是 all, everything, something, anything, nothing 等必须用 thatEverything that happened was unexpected.
✅ 主句含有序数词、最高级、only、some、all 等词一般用 thatThis is the first movie that made me cry.

🛑 常见错误(要避免):

❌ This is the book, that I borrowed from the library.
✅ This is the book, which I borrowed from the library. (非限制性)

❌ The only student, which passed the test, is Tom.
✅ The only student that passed the test is Tom. (限制性)


🧠 小技巧:判断方法

  • 可以加逗号(表示额外信息)→ 用 which

  • 去掉从句主句不完整 → 限制性,优先用 that



✅ 一、“多用 which 是不是更保险?”

不完全对。

虽然在非限制性定语从句中,只能用 which,所以用 which 确实更安全一些,但并不是所有情况都适合用 which。

⚠️ 存在必须用 that 的场景,如果你全部都用 which,反而会出错或显得不自然。


🟩 二、“哪些情况下必须用 that?”

✅ 1. 先行词是 everything, something, anything, nothing, all, little, much 等不定代词时,只能用 that

🌰:

  • Everything that happened was recorded.

  • There's nothing that can stop us now.
    (❌不能用 which)


✅ 2. 先行词被 序数词/最高级/only 修饰 时,也通常用 that

🌰:

  • This is the first book that made me cry. ✅

  • He is the only person that understood me. ✅

虽然 technically 有人也会用 which,但 that 更自然,也是主流教材推荐的。


✅ 3. 同位语从句要用 that,不是定语从句中的 which / that!

这是你特别问的重点,我们来单独说明👇


🟨 三、同位语从句(Appositive Clause)一定用 that

同位语从句说明前面一个抽象名词的具体内容,比如 idea, fact, news, plan, promise, hope 等。

🌰:

  • I heard the news that he got married. ✅
    (这里的 that 引导的是一个同位语从句,不是定语从句!)

⚠️注意:

  • 这里不能用 which!
    the news which he got married

✔️ “that” 在这里不是关系代词,而是连词!


✅ 四、如何一眼判断是“同位语从句”而不是“定语从句”?

看前面的名词是否是 抽象名词(如 idea, fact, news, promise 等),且后面那句完整句子是对这个抽象名词的内容解释,那就是同位语从句。

🌰:

  • The idea that we should leave early is good. ✅(that 引导同位语从句)

  • The idea that you told me about is interesting. ✅(这里是定语从句,修饰 idea)

区别:

  • 前者是“我们该早点走”这个想法的内容

  • 后者是“你告诉我的那个想法”


🧠 总结归纳图:

类型是否可用 that是否可用 which示例
限制性定语从句(指物)The book that/which you gave me
非限制性定语从句(指物)The book, which you gave me
先行词为不定代词、序数词等特殊情况✅(必须或优先)Everything that happened...
同位语从句✅(作为连词)The idea that we should go

http://www.xdnf.cn/news/764731.html

相关文章:

  • 我爱学算法之—— 前缀和(上)
  • 【QT控件】QWidget 常用核心属性介绍 -- 万字详解
  • 使用source ~/.bashrc修改环境变量之后,关闭服务器,在重启,环境变量还有吗?
  • Hadoop 大数据启蒙:深入解析分布式基石 HDFS
  • 神经网络基础:从单个神经元到多层网络(superior哥AI系列第3期)
  • 题单:二分查找(最小下标)
  • 记忆解码 | 从神经机制到记忆逻辑的科学探索
  • 2023年12月6级第一套第一篇
  • 【头歌实验】Keras机器翻译实战
  • 什么是 CPU 缓存模型?
  • SMT高速贴片机核心技术深度剖析
  • 基于Python学习《Head First设计模式》第四章 工厂模式+抽象工厂
  • 【设计模式-3.6】结构型——桥接模式
  • 设计模式——访问者设计模式(行为型)
  • 使用 OpenCV (C/C++) 通过二值化增强车牌识别
  • 【机器学习基础】机器学习入门核心:数学基础与Python科学计算库
  • nssctf第一题[SWPUCTF 2021 新生赛]re1
  • 每日算法刷题计划Day20 6.2:leetcode二分答案3道题,用时1h20min
  • 深度学习|pytorch基本运算-hadamard积、点积和矩阵乘法
  • 如何学习才能更好地理解人工智能工程技术专业和其他信息技术专业的关联性?
  • Python-matplotlib库画不规则图
  • 机器视觉图像处理之图像滤波
  • LeetCode 高频 SQL 50 题(基础版) 之 【高级查询和连接】· 上
  • 深度学习与神经网络 前馈神经网络
  • 【LeetCode】数组刷题汇总记录
  • 二、Kubernetes 环境搭建
  • vue中父子参数传递双向的方式不同
  • Git GitHub Gitee
  • Windows环境下Scoop包管理工具的全面指南
  • [yolov11改进系列]基于yolov11引入特征融合注意网络FFA-Net的python源码+训练源码