Chapter 2 Open Book——20
Jessica pulled on my arm.
Jessica拉了一下我的手臂。
"Hello? Bella? What do you want?"I looked down; my ears were hot. I had no reason to feel self-conscious,I reminded myself. I hadn't done anything wrong.
怎么了bella?你想吃点啥,我低下头,我的耳朵红了,我没有理由感到难为情,我提醒我自己。我没有做错任何事情。
"What's with Bella?" Mike asked Jessica.
bella怎么了?mike问Jessica
"Nothing," I answered. "I'll just get a soda today." I caught up to the end of the line.
没事,我回答到,我今天只要一份苏打水。我排到了队伍最后面。
"Aren't you hungry?" Jessica asked.
你不饿吗?jessica问道
"Actually, I feel a little sick," I said, my eyes still on the floor.
事实上我感觉有点生病了,我说道,我的眼睛仍然看着地板。
I waited for them to get their food, and then followed them to a table,my eyes on my feet.
我等他们拿到了他们的事物,然后跟着他们去了桌子,过程中我的眼睛一直盯着我的脚。
I sipped my soda slowly, my stomach churning. Twice Mike asked, with unnecessary concern, how I was feeling.
我慢慢喝着我的苏打水,我的胃搅拌着。mike第二遍问道,在我感觉没有必要的关心。
I told him it was nothing, but I was wondering if I should play it up and escape to the nurse's office for the next hour.
我告诉他没事,但是我想知道是否我应该继续演戏然后逃跑到护士的办公室呆上一个小时。
Ridiculous. I shouldn't have to run away.
荒谬,我不能逃走。
I decided to permit myself one glance at the Cullen family's table. If he was glaring at me, I would skip Biology, like the coward I was.
我决定允许我自己瞟一眼Cullen家庭的桌子,如果他瞟见我,我就会逃掉生物课,就像我是个懦夫一样。
Chapter 2 Open Book——20的更多相关文章
- Chapter 1 First Sight——20
After two classes, I started to recognize several of the faces in each class. 两节课之后,我开始记住了每节课的那几张脸. ...
- Chapter 5 Blood Type——20
"Just let me sit for a minute, please?" I begged. “就让我坐一会可以吗?” 我乞求道. He helped me sit on t ...
- css秘密花园
picture元素 http://www.w3cplus.com/responsive/responsive-images-101-part-6-picture-element.htmlCHAPTER ...
- K12(在线学习的平台)
项目:K12(在线学习的平台) 一.背景 目的是做一个在线的学习平台,提高学生的课程完成度 K12:大目标是要取代线下班 - 录制专门的视频 - 导师的监管:如果没有主动和那个学生聊天,就扣钱 - 学 ...
- Chapter 20: Diagnostics
WHAT'S IN THIS CHAPTER?n Code contractsn Tracingn Event loggingn Performance monitoringWROX.COM CODE ...
- 零元学Expression Blend 4 – Chapter 20 以实作案例学习Childwindow
原文:零元学Expression Blend 4 – Chapter 20 以实作案例学习Childwindow 本章将教大家如何运用Blend 4内建的假视窗原件-「ChildWindow」 Chi ...
- MySQL Crash Course #11# Chapter 20. Updating and Deleting Data
INDEX Updating Data The IGNORE Keyword Deleting Data Faster Deletes Guidelines for Updating and Dele ...
- Chapter 20 Treatment-Confounder Feedback
目录 20.1 The elements of treatment-confounder feedback 20.2 The bias of traditional methods 20.3 Why ...
- Chapter 4 Invitations——20
Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...
随机推荐
- curl的简单使用步骤
要使用cURL来发送url请求,具体步骤大体分为以下四步: 1.初始化2.设置请求选项3.执行一个cURL会话并且获取相关回复4.释放cURL句柄,关闭一个cURL会话 // 1. 初始化一个cURL ...
- Java中获取当前日期
java.util.Date date = new Date();java.Text.SimpleDateFormat df = new SimpleDateFormat("yyyyMMdd ...
- neutron的agents
一般agent的模块主要由Neutron api.core plugin(如linux bridge plugin,ovs plugin等).XX agent scheduler.XX agent.X ...
- 郑州尚学堂:链表的C语言如何实现动态内存分配
一.为什么用动态内存分配 但我们未学习链表的时候,如果要存储数量比较多的同类型或同结构的数据的时候,总是使用一个数组.比如说我们要存储一个班级学生的某科分数,总是定义一个float型(存在0.5分)数 ...
- 2017-1-15-libubox analysis
2017-1-15-libubox analysis libubox utils.h utils.h 提供了一些简单的实用工具函数.比如大小端转换,位图操作,编译器属性的封装,连续内存申请函数call ...
- Linux服务器导入导出SVN项目
导出项目: # svnadmin dump /var/svn/pro1 > /mydata/pro1.backup 导入项目: 新建项目仓库: # svnadmin create /var/sv ...
- zoj 2750 Idiomatic Phrases Game
迪杰斯特拉单源最短路算法.对成语进行预处理.做出邻接矩阵即可. #include<cstdio> #include<cstring> #include<cmath> ...
- js--事件对象的理解4
阻止默认行为:1.实例-简易修改右键菜单<script>document.oncontextmenu=function (ev){ var oEvent=ev||event; var oU ...
- 创建简单的MVC项目
一,新建一个空的MVC项目 二,连接数据库,添加一个实体模型Model.edmx
- ubuntu 禁用快捷键
System Settings > Keyboard > Shortcuts 点击要禁用的快捷键,按键盘"Backspace"键,就可以禁用了