英语听力汇总   |   2008年黑龙江省中考英语听力

https://online2.tingclass.net/lesson/shi0529/10000/10313/lnzktl_12.mp3

更新日期:2020-12-15浏览次数:612次所属教程:历年中考英语听力

-字号+

听力原文

Text 1

NO.1

A:Mom, I 'm feeling terrible now.

B:Let me see~~~Oh,you have a fever,let's go to see a doctor at once.

Question:where are thy going?

NO.2

A:Hello!LiYing,what's the date today?
$.fn.smartFloat = function() { var position = function(element) { var top = element.position().top, pos = element.css("position"); $(window).scroll(function() { var scrolls = $(this).scrollTop(); if (scrolls > top) { if (window.XMLHttpRequest) { element.css({ position: "fixed", top: 0 }); } else { element.css({ top: scrolls }); } }else { element.css({ position: "relative", }); } }); }; return $(this).each(function() { position($(this)); }); }; //绑定 $("#container").smartFloat();