Chapter 5 Blood Type——20
"Just let me sit for a minute, please?" I begged.
“就让我坐一会可以吗?” 我乞求道。
He helped me sit on the edge of the walk.
他扶我坐到马路的边缘。
"And whatever you do, keep your hand in your pocket," I warned.
“无论你做什么,把你的收放在你的口袋里,” 我警告道。
I was still so dizzy. I slumped over on my side, putting my cheek against the freezing, damp cement of the sidewalk, closing my eyes.
我仍然有点头晕。我倾向一边,让我的脸颊贴着冰冷、潮湿的水泥路旁,闭上了眼睛。
That seemed to help a little.
看起来也没有什么帮助。
"Wow, you're green, Bella," Mike said nervously.
“哦,你看起来脸色不好,Bella” Mike紧张的说道。
"Bella?" a different voice called from the distance.
“Bella?” 一个不同的声音来自远处。
No! Please let me be imagining that horribly familiar voice.
不!那可怕的熟悉声音让我浮想联翩。
"What's wrong — is she hurt?" His voice was closer now, and he sounded upset.
“怎么回事 -- 她受伤了吗?” 现在他的声音已经更近了,并且他的声音有点生气。
I wasn't imagining it. I squeezed my eyes shut, hoping to die. Or, at the very least, not to throw up.
我不敢想象。我紧紧的闭上眼睛,希望去死。或者,极力去克制,不要吐出来。
Mike seemed stressed. "I think she's fainted. I don't know what happened, she didn't even stick her finger."
Mike看上去很紧张。“我觉得她头晕。我不知道发生了什么,她还没有刺她的手指呢。”
Chapter 5 Blood Type——20的更多相关文章
- Chapter 5 Blood Type——18
"The Red Cross is having a blood drive in Port Angeles next weekend, so I thought you should al ...
- Chapter 5 Blood Type——27
And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...
- Chapter 5 Blood Type——24
"She's just a little faint," he reassured the startled nurse. "They're blood typing i ...
- Chapter 5 Blood Type——23
I didn't answer. I closed my eyes again and fought the nausea with all my strength, clamping my lips ...
- Chapter 5 Blood Type——22
Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...
- Chapter 5 Blood Type——17
"I'll be coming around with a dropper of water to prepare your cards, so please don't start unt ...
- Chapter 5 Blood Type——32
"Where are you all going, exactly?" He was still looking ahead, expressionless. “真的,你要去哪里? ...
- Chapter 5 Blood Type——31
I stood carefully, and I was still fine. He held the door for me, his smile polite but his eyes mock ...
- Chapter 5 Blood Type——30
That wasn't a challenge; I was always pale, and my recent swoon had left a light sheen of sweat on m ...
随机推荐
- iOS报错:linker command failed with exit code 1 (use -v to see invocation) 问题解决方式之一
百度库原版本:3.2.1 更新为:4.2.0,两个库相隔2年时间: 问题i: 更新CocoaPods的同时更新了百度地图库的版本,运行程序报错: linker command failed with ...
- 1.3 正则表达式和Python语言-1.3.5使用 search()在一个字符串中查找模式(搜索与匹配 的对比)
1.3.5 使用 search()在一个字符串中查找模式(搜索与匹配的对比) 其实,想要搜索的模式出现在一个字符串中间部分的概率,远大于出现在字符串起始部分的概率.这也就是 search()派上用场的 ...
- django用户认证系统——拓展 User 模型
Django 用户认证系统提供了一个内置的 User 对象,用于记录用户的用户名,密码等个人信息.对于 Django 内置的 User 模型, 仅包含以下一些主要的属性: username,即用户名 ...
- ES6语法(一)
对于ES6中的一些基础语法,包括对数组/对象/函数/字符串的操作,chroem已经支持了这些语法 // var a = '你' // console.log(a.length) let a = 'ni ...
- App间相互跳转及图片分享
A-app: Info--URL Types--URL Schemes:A-app(一个标识,允许别的app调用本App) info.plist 添加白名单: LSApplicationQueries ...
- jenkins的sbt插件安装
在jenkins服务器手动安装sbt curl https://bintray.com/sbt/rpm/rpm > bintray-sbt-rpm.repo mv bintray-sbt-rpm ...
- html笔记第一天
快速生成标签有序ol>li*3无序ul>(li>a{新闻标题})*3定义列表 dl>(dt+dd)*3制作表格table>(tr>td*5)*6pading:3个数 ...
- mysql里的数据库引擎, 编码格式
针对数据库里即使设置了varchar类型的字段, 值输入中文报错的情况,是因为数据库的默认编码类型不支持汉字输入. utf-8 可以编译全球通用的所有语言符号. 由1-6个可变字节组成,有非常严格的排 ...
- 干货分享:Neutron的PPT,帮助你理解Neutron的各种细节
深入解析Neutron http://files.cnblogs.com/popsuper1982/Neutron.pptx 经典的三节点部署 架构 怎么理解? 更加深入:Tap Interface ...
- PHP workerMan tcp与webSocket 透传互通
<?php $work_path = dirname(__FILE__); chdir($work_path); use \Workerman\Worker; use \Workerman\Li ...