Chapter 1 First Sight——15
The red-haired woman looked up. "Can I help you?"
红头发的女人抬头看了一眼说,有什么我能帮助你的吗?
"I'm Isabella Swan," I informed her, and saw the immediate awareness light her eyes.
我是伊莎贝尔,我向她描述道,看着她立刻意识的眼神。
I was expected, a topic of gossip no doubt. Daughter of the Chief's flighty ex-wife, come home at last.
我希望,这个讨论是没有疑问的,查理斯15岁的女儿最后到家。
我告诉她,却见她眼睛一亮。毫无疑问,我是期待已久的八卦头条。警长轻浮的前妻的女儿终于回家了。
"Of course," she said. She dug through a precariously stacked pile of documents on her desk till she found the ones she was looking for.
当然,她说。她从桌上的一堆文件中翻找着,直到她找到了她想找到的东西。
"I have your schedule right here, and a map of the school." She brought several sheets to the counter to show roe.
我这里有你的时间表和学校的地图,她给出了几张表格向我展示了。
她拿着几份表格到柜台给我看。
She went through my classes for me, highlighting the best route to eachon the map, and gave me a slip to have each teacher sign, which I was tobring back at the end of the day.
她给出了我班级的位置,然后高亮了地图上的路线,然后给我了每个老师的标志,那些我今天应该去的。
然后给我一张纸条让各科老师在上面签名,一天结束以后我再把纸条带回来给她。
She smiled at me and hoped, likeCharlie, that I would like it here in Forks. I smiled back asconvincingly as I could.
她就像查理斯一样笑着看着我,我会觉得这里是福克斯。我尽力的微笑回应。
我也向她微笑,尽可能笑得更让人信服一些。
When I went back out to my truck, other students were starting to arrive.
当我回到我的卡车时,其他学生已经开始开了。
当我回到车上时,别的一些学生也陆续到校了。
Chapter 1 First Sight——15的更多相关文章
- Chapter 2 Open Book——15
The rest of the week was uneventful. I got used to the routine of my classes. 这周剩下的时间都是平淡无事的.我就是正常的上 ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- A - 小Y上学记——修学分
A - 小Y上学记——修学分 Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) S ...
- 点赞增加的jquery写法
$('.dianzan').click(function(){ $(this).find('span').html(parseInt($(this).find('span').html())+1) } ...
- android常用工具类
import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkIn ...
- SmartImageView的使用
对于Android智能图像查看 SmartImageView是一个简易替换为Android标准的ImageView这还可以让图像从URL或用户的联系人地址簿加载.图片被缓存到内存和磁盘的超快速装载. ...
- android之服务service
service的概念: 官方定义:在后台长时间的操作,没有用户界面,不与用户进行交互,在默认的情况下,service运行在应用程序进程的主线程中,如果需要在Service中处理一些网络连接等耗时操作, ...
- spark 编程向导
http://spark.apache.org/docs/latest/programming-guide.html
- 递归解析任意层的json
package com.sun.test; import java.util.Iterator; import net.sf.json.JSONArray;import net.sf.json.JSO ...
- http GET
向php脚本中传参数可以用http GET 方法,比如要向file.php传两个参数v1和v2.则可以这么做 file.php?v1=&v2= (一个链接而已,直接编辑URL即可传参数了) 这 ...
- crontab如何设置秒级别的定时【转载】
* * * * * date > /home/gamester88/test/nihao.txt * * * * * (sleep 10 && date >> /ho ...
- JSP内置对象--pageContent,request,response,session,application,config,out,page,exception