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. 我也会让他一个人的. ...
随机推荐
- Linux文件系统简介及常用命令
在linux系统中一切皆是文件,下面简要总结了一下linux文件系统中分区类型.文件系统类型以及常用命令. 一.分区类型1.主分区:最多只能有四个2.扩展分区:只能有一个,也可以看做是主分区的一种.即 ...
- jQuery(5)——动画
jQuery中的动画 [show()方法和hide()方法] 在HTML文档中,为一个元素调用hide()方法,会将该元素的display样式改为“none”,show()方法将元素的display样 ...
- js数组、对象、正则
1.根据给定的条件在原有的数组上,得到所需要的新数组var a = [-1, -1, 1, 2, -2, -2, -3, -3, 3, -3];function f(s, e) { var re ...
- LOOPS
LOOPS 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=3853 递推 设dp[i][j]为(i,j)到终点期望的使用魔力值,mp[i][ ...
- ios 实现在tableViewCell上面添加长按手势 删除该条cell以及列表后台数据等
自己的代码 需要 把属性更改成自己要使用的 //创建长按手势 在cellForRowAtIndexPath代理方法中 UILongPressGestureRecognizer *longPres ...
- js-字符串函数
js字符串函数 JS自带函数concat将两个或多个字符的文本组合起来,返回一个新的字符串.var a = "hello";var b = ",world";v ...
- Java中的使用了未经检查或不安全的操作
1. javac -Xlint:unchecked MyMath.java检查不安全的操作 /***************************************************/ ...
- php 异步
.post(handle,{username: username.val(),content: content.val()},function(data){ },'json');
- php缓存总结
php缓存技术: 1.全页面静态化缓存;2.页面部分缓存;3.数据缓存;4.查询缓存;5.按内容变更进行缓;6.内存式缓存;7.apache缓存模块;8.php APC缓存扩展;9.Opcode缓存. ...
- LeetCode OJ 85. Maximal Rectangle
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and ...