From a53ca02db8ea70c17a985bdf291628fd6262103d Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Sun, 17 Nov 2019 01:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=BE=E8=AF=AD=E4=BB=8E?= =?UTF-8?q?=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...76\350\257\255\344\273\216\345\217\245.md" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "docs/\345\256\276\350\257\255\344\273\216\345\217\245.md" diff --git "a/docs/\345\256\276\350\257\255\344\273\216\345\217\245.md" "b/docs/\345\256\276\350\257\255\344\273\216\345\217\245.md" new file mode 100644 index 0000000..634d0e4 --- /dev/null +++ "b/docs/\345\256\276\350\257\255\344\273\216\345\217\245.md" @@ -0,0 +1,19 @@ +# 宾语从句 + +宾语从句: + +* I don't know what to do. +* I don't know which one is the best. +* 象这种有what, which, that引导句子在整个句子, 充当宾语成分.那就是宾语从句. +* 主语:I +* 谓语:don't know +* 宾语:what to do. + +区别于 定语从句: + +* I don't know the man who is wearing a pair of glass. +* 象这中由who, which, that, when 引导的句子在整个句子中做定语成分就叫定语从句. +* 主语:i +* 谓语:don't know +* 宾语:the man +* 定语:who is wearing a pair of glass.修饰the man. -- GitLab