English Grammar - Subject Clause
that引导主语从句
一般置于句末,偶尔也置于句首
that引导的主语从句置于句首
- That the seas are being overfished has been known for years.
- That the plates are moving is now beyond dispute.
有时候即使很长很复杂的主语从句,也可以直接置于句首来做主语(并不常见)
- That such a conjunction of circumstances might accur again soon, especially considering shrinking US defense budgets and diminishing overseas base access, is problematical at best.
that引导的主语从句置于句末
It+be动词+过去分词+that从句
It+be动词+形容词+that从句
It+be动词+名词短语+that从句
It+不及物动词+that从句
句型 | 含义 | 例句 |
---|---|---|
It seems that... | 似乎... | |
It follows that... | 因此.../由此可见 | |
It happens that... | 碰巧... | |
It turn out that... | 结果证明是... | |
It comes about that... | 结果是... |
其他结构
it is/was...that引导的主语从句与作为强调句使用的区别
把强调句的 It is 和 that 丢掉,整个句子还是完整的,而主语从句去掉后句子会出错
- It is a pity that our team should lose the game.
去掉it is...that...后, our team should lose the agme/ a pity 这句会出错,所以是主语从句 - It was on a rainy day that Lu Yiping borrowed money from her father.
去掉it is...that...后,Lu Yiping borrowed money from her father on a rainy day. 这句正确,所以是强调句
English Grammar - Subject Clause的更多相关文章
- Both - Either - Neither English Grammar
http://www.grammar.cl/english/both-either-neither.htm Both, Either, Neither Summary Chart We use bot ...
- English Grammar
What is Grammar?
- English Grammar in Use - Part1 Present and past
Unit 1 Present continuous (I am doing) A) Am/is/are + -ing is the Present continuous. B) I am doing ...
- Grammar Rules
Grammar Rules Here are 20 simple rules and tips to help you avoid mistakes in English grammar. For m ...
- Come and join us at English corner
2012.12.26 Hi all, How are you doing? Merry post-Christmas and happy upcoming New year!! I wish you ...
- How I explained OOD to my wife(转)
How I explained OOD to my wife Learning Object Oriented Design principles through interesting conver ...
- How I explained OOD to my wife
Introduction My wife Farhana wants to resume her career as a software developer (she started her car ...
- [No00003E]26个字母暗藏的单词秘密
个字母暗藏的单词秘密 人们普通认为:英语是拼音文字,因而与象形无关.但是,实际上,即使作为拼音文字,其字母的来源也与象形有关.根据笔者十多年的研究结果,英语中的二十六个字母每个字母都有其象形意义,而且 ...
- [No00002A]26个英语字母的原始象形意义、含义、产生及发展历史
我们都知道汉字是象形文字,但如果说英语也是象形文字,你一定会以为纯是无稽之谈.其实,追根溯源,英语的26个字母确实来自于象形文字.这26个字母最初起源于埃及象形文字,后由腓尼基人改进发明了腓尼基字母, ...
随机推荐
- C#不显示在任务栏
在我用c#写一些小程序是总是希望,程序窗体不在任务栏上显示程序的窗体,c# Form提供了一个 属性值可以很好的解决这个问题 这个属性就是 ShowInTaskbar 在微软的官方声明格式为: pub ...
- Node.js 文件系统模块
章节 Node.js 介绍 Node.js 入门 Node.js 模块 Node.js HTTP模块 Node.js 文件系统模块 Node.js URL模块 Node.js NPM Node.js ...
- hdu 1251 统计难题 前缀出现次数
统计难题 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131070/65535 K (Java/Others)Total Submi ...
- vue 操作列的自定义
<el-table-column label="操作"> <template slot-scope="scope"> // 用到了 el ...
- Linux预习第三章节《重定向与管道符》20200219
- Neo4j--UNIQUE约束
UNIQUE简介 和关系型数据库一样,对数据进行约束作用. 比如在某个属性上不能插入重复的节点. 比如属性的完整性约束. 创建UNIQUE约束 创建UNIQUE语法 CREATE CONSTRAINT ...
- Python开源库的bug
scipy 在misc的pilutil.py中def fromimage(im, flatten=0)函数中, # workaround for crash in PIL, see #1613.im. ...
- Codeforces 444C 线段树 懒惰标记
前天晚上的CF比赛div2的E题,很明显一个线段树,当时还在犹豫复杂度的问题,因为他是区间修改和区间查询,肯定是要用到懒惰标记. 然后昨天真的是给这道题跪了,写了好久好久,...我本来是写了个add标 ...
- linux下的hashpump安装及使用
hashpump是linux上的一个进行hash长度拓展攻击的工具,安装过程如下: git clone https://github.com/bwall/HashPump apt-get instal ...
- Python Email发送,通知业务完成
Email 发送 #!/usr/bin/python # -*- coding: UTF-8 -*- import base64 import smtplib from email.mime.text ...