zoukankan
html css js c++ java
4 代词的主格和宾格
主格代词:I , he , she , it , you , we我们 , they他/她们
I am a teacher.
He is a teacher.
You are teachers.
宾格代词:me , him他 , her 她, it它 , you , us我们 , them他/她们
He likes me.
We like her.
I like them.
练习
我喜欢它。
I like it.
他们认识他。(know)
They know him.
查看全文
相关阅读:
【转】虚函数什么情况下会内联
构造函数不能为虚函数的原因
《python编程》第四章——文件和目录工具
《python编程》第三章笔记——脚本运行上下文
《python编程》第二章笔记
《Python编程》第一章笔记
报错:IndentationError:unindent does not match any outer indentation level
报错:SyntaxError: Non-ASCII character 'xe7' in file:
1-2、make_db_file.py
1-1.initdata.py
原文地址:https://www.cnblogs.com/unlasting/p/12408101.html
最新文章
迭代器
函数装饰器
git
CMDB(Configuration Management Database)资产管理系统和 运维自动化
django之视图层
celery 和 haystack
第八章· Redis API 开发
第七章· Redis Cluster 核心技术
第六章· Redis高可用sentinel
第五章· Redis主从复制介绍
热门文章
第四章· Redis的事务、锁及管理命令
第三章· Redis消息队列
ExtJs 5.0需要注意的问题
ExtJS 5.0版本问题+Sencha cmd
Tomcat问题笔记
Eclipse(非J2EE版本)配置Extjs环境以及安装部署Tomcat
C++ 继承之虚继承与普通继承的内存分布
【整理】C++虚函数及其继承、虚继承类大小
【转】C++类中对同类对象private成员访问
【转】构造和析构函数能否内联
Copyright © 2011-2022 走看看