My truck seemed to have no problem with the black ice that covered the roads.

看起来我的卡车在结冰的路面上面行驶没什么问题。

我的卡车似乎丝毫不受路面上那层黑冰的影响。

I drove very slowly, though, not wanting to carve a path of destruction through Main Street.

尽管是这样,我还是开的非常慢,因为我没有等待切开一条通过主街的路。

但我还是开得很慢,生怕在大街上撞出一条破坏通道来。

When I got out of my truck at school, I saw why I'd had so little trouble.

当我到了学校下车时,我看出来为什么我有一些小麻烦了。

等我到了学校,走下车的时候,我才明白为什么路上没遇上半点麻烦。

Something silver caught my eye, and I walked to the back of the truck — carefully holding the side for support — to examine my tires.

一些银制品吸引了我的目光,然后我走到了车的后面——小心的抓住一边保持平衡——检查我的轮胎。

There were thin chains crisscrossed in diamond shapes around them.

有一些十字的菱形的链子在上面。

细细的链条十字交叉成钻石的形状,缠在车胎上。

Charlie had gotten up who knows how early to put snow chains on my truck.

谁知道查理斯多早起来在我的卡车上面装上了防滑链。

My throat suddenly felt tight.

我的喉咙突然感觉变紧了。

I wasn't used to being taken care of, and Charlie's unspoken concern caught me by surprise.

我过去常常没有关心,对于查理斯沉默的关心让我很惊讶。

我不习惯被人照顾。查理讷于言表的关心冷不防打动了我。

I was standing by the back corner of the truck, struggling to fight back the sudden wave of emotion the snow chains had brought on, when I heardan odd sound.

我站在卡车后面的一个角落里,努力的和突然来自这防滑链带来的情感斗争着,直到我听到了一个奇怪的声音。

我站在车后的一角,拼命压抑着雪地链带来的突如其来的、潮水般的情绪。就在这时,我听到了一个古怪的声音。

It was a high-pitched screech, and it was fast becoming painfully loud. I looked up, startled.

这是一个高声的尖叫,就像来自痛苦的声音一般。我看去,震惊了。

那是一声惊骇的尖叫,然后迅速变成了一片尖叫声。我吃惊地抬起头。

Chapter 3 Phenomenon——4的更多相关文章

  1. Chapter 3 Phenomenon——1

    When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...

  2. Chapter 3 Phenomenon——24

    My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...

  3. Chapter 3 Phenomenon——23

    Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit ...

  4. Chapter 3 Phenomenon——22

    He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...

  5. Chapter 3 Phenomenon——21

    "Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...

  6. Chapter 3 Phenomenon——20

    "All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...

  7. Chapter 3 Phenomenon——19

    His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...

  8. Chapter 3 Phenomenon——18

    My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...

  9. Chapter 3 Phenomenon——17

    Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...

  10. Chapter 3 Phenomenon——16

    "Your X-rays look good," he said. "Does your head hurt? Edward said you hit it pretty ...

随机推荐

  1. struts2从浅至深(三)拦截器

    一:拦截器概述 Struts2中的很多功能都是由拦截器完成的. 是AOP编程思想的一种应用形式. 二:拦截器执行时机                             interceptor表示 ...

  2. Linux 系统中进程5中常见状态

    运行.中断.不可终端.僵死.停止 R(运行):正在运行 or 在运行队列中等待: S(中断):处于休眠中,等待接收信号,并脱离改状态: D(不可中断):不响应信号输入,即使kill也不起作用: Z(僵 ...

  3. Center Alignment

    http://acm.hust.edu.cn/vjudge/contest/view.action?cid=93359#problem/B(456321) http://codeforces.com/ ...

  4. (线段树 区间查询更新) Can you answer these queries? -- hdu--4027

    链接: http://acm.hdu.edu.cn/showproblem.php?pid=4027 分析:因为这个操作是把一个数变成平方根,所以显得略棘手,不过如果仔细演算的话会发现一个2^64数的 ...

  5. Ansible组件之inventory主机清单

    静态inventory 所有的主机信息都存放在Ansible的inventory组件里面,默认Ansible的inventory是一个静态的ini格式的文件/etc/ansible/hosts,当然还 ...

  6. Python学习-16.Python中的错误处理

    虽然叫错误,但跟 C# 中的异常是一回事.只不过 Python 中叫错误(Error)而 C# 中叫异常(Exception). 先手工产生一个异常: file = open('','r') 上面一句 ...

  7. 蚂蚁男孩.缓存组件(Framework.Mayiboy.Caching)

    它能做什么? 主要是用来方便使用缓存而诞生,该组件封装了RunTimeCache.Memcached.Redis的使用,通过简单配置就能高效快速使用起来. 使用说明 一.    下载源码,自己手动编译 ...

  8. Java 类型转换工具类(持续更新)

    简介 将项目中用到的类型转换做个记录. 详细代码 @Component public class TypeUtil { // [start]字符串转各种格式 // 字符串转日期(格式:"yy ...

  9. Asp.Net分页生成页码超链接方法

    namespace Common { public class PageLinkHelp { /// <summary> /// 生成分页超链接标签 /// 使用了Bootstrap3的分 ...

  10. Day 1. 占位符的使用方法(%d,%s)(格式化输出)

    方法1  name = input("请输入名字1") age = input ("请输入年龄") hobby = input("请输入兴趣爱好&qu ...