1 頁 (共 1 頁)

[分享]英語隨機一語

發表於 : 2004-04-19 19:14
sh85216s
打開 templates/subSilver/index_body.tpl

在你所想要放的位置,加入\r

代碼: 選擇全部

<script language="JavaScript">
<!--

tips = new Array(51);
tips[0] = "I am worn out.我累壞了";
tips[1] = "It's a piece of cake.那又不是很難的事";
tips[2] = "Would you like some coffee(water,milk)?你要不要來點咖啡(水,牛奶)?";
tips[3] = "May I have a cup of coffee(milk)?可以給我一杯咖啡嗎(牛奶)?";
tips[4] = "I am worn out.I am tired out.I am exhausted.我累壞了";
tips[5] = "You look tired(happy,hungry,pretty).你看起來很累(快樂,餓,漂亮)";
tips[6] = "I haven't seen you for a long time.好久不見.";
tips[7] = "How have you been?近來好嗎?";
tips[8] = "Could you please do me a favor?Could you please give me a hand?可以請你幫我嗎?";
tips[9] = "Is it all right for you to help me tonight?今晚方便幫我嗎?";
tips[10] = "If you please, help yourself to this.如果方便的話,請自己用";
tips[11] = "I have to work overtime today.我今天必須加班";
tips[12] = "I don't feel well.我人不舒服";
tips[13] = "Answer my question right away.馬上回答我的問題";
tips[14] = "No wonder you look so pale.難怪你看起來這麼蒼白";
tips[15] = "I am used to it.我已經習慣了";
tips[16] = "I used to stay up all night.我以前常整晚不睡";
tips[17] = "He is supposed to stay home today.他今天應該待在家裡";
tips[19] = "Where can I find a telephone booth?哪裡有電話亭?";
tips[20] = "Excuse me, but do you speak English?對不起, 您會說英文嗎?";
tips[21] = "I am badly in need of money.我非常需要錢";
tips[22] = "I am broke.我身無分文";
tips[23] = "Trust me.  You can make it.相信我!你一定可以做得到I am afraid I can’t make it at 7:00.我怕我7:00無法及時趕到";
tips[24] = "Thank you for your compliments.謝謝你的讚美";
tips[25] = "Is that so?是那樣嗎?  真的嗎?";
tips[26] = "What makes you so angry?什麼事讓你這麼生氣?";
tips[27] = "That's none of your business.那不關你的事";
tips[28] = "I am sorry.  I can't follow you.對不起. 我聽不懂你在說什麼?I beg your pardon.可以請你再說一次嗎?";
tips[29] = "Don't forget to write me.別忘了寫信給我";
tips[30] = "As far as I am concerned, you can come everyday if you like.在我來說, 如果你喜歡, 你可以每天來";
tips[31] = "Will this do?  這樣好嗎?Yes, that will do.  那很好No, that won't do.  那不行";
tips[32] = "It's up to you.由你決定";
tips[33] = "Make sure that he has finished the homework.務必要他把功課做完";
tips[34] = "She always has a hard time with math.她對數學始終很頭痛";
tips[35] = "I had a good time at the party last night.我昨天在宴會中玩得很愉快";
tips[36] = "Where are we going on a field trip?我們要去哪裡做戶外教學?";
tips[37] = "You'd better speak to the principal right away about this matter.你最好馬上和校長談這件事情";
tips[38] = "He broke up with his girlfriend.他和女朋友分手了";
tips[39] = "Give me a break.放我一馬吧!";
tips[40] = "He stands no chance of winning the game.他毫無贏得這場比賽的機會";
tips[41] = "I am lost.我迷路了";
tips[42] = "We are having a gossip.我們正在閒聊 (八卦)。";
tips[43] = "I don't feel like studying tonight.我今晚不想讀書";
tips[44] = "The noise gets on my nerves.這些噪音煩死我了";
tips[45] = "He's feeling a little ill at ease.他微感不安";
tips[46] = "It makes no difference to me.對我來說並沒有什麼不同";
tips[47] = "I like summer better (than winter).我比較喜歡夏天 (勝過冬天)。";
tips[48] = "Frankly speaking...Honestly speaking...To tell the truth...老實說...";
tips[49] = "Leave me alone. 別管我Leave him alone. 別管他";
tips[50] = "I am proud of you.我以你為榮";

index = Math.floor(Math.random() * tips.length);
document.write("<CENTER><P><FONT SIZE=2 COLOR=red>" + tips[index] + "</CENTER></FONT></P>");
// -->
</script>
我是加在最上面\r
看範例