function resizeme(obj) { if(obj.offsetWidth > 650) { var srcW = obj.offsetWidth; var srcH = obj.offsetHeight; obj.style.width = "650px"; dstH = srcH * 650 / srcW; obj.style.height = dstH+"px"; } }
我来到大陆已经快半年了,大概还是不理解这边的生活和习惯,包括他们的语言,我恨我自己,还是一样的愚蠢 连这么简单的中文都没办法学会,是我自己的原因吗? 老师经常告诉我,我没有别的选择,我必须学习中文,做一个中国人。 刚才大马的朋友给我来电话,我们谈了很多,关于在大马的事情,以前的/ 。是的 记得我小的时候,爹地给我办理了在大马的护照,我本不理解,我以为那是个很理想的做法,现在感觉拥有别...
It arrives here is a miracle, very has the person of the love to be able to satisfy inside here, they to be able for much small work of the matters. Such person very makes please in China. In rejection the sound obtains is an affirmative one summons. I believed including had known a personnel administrative it was I I know, inside today.I thought that he must be very exceptional, about the...
function resizeme(obj) { if(obj.offsetWidth > 650) { var srcW = obj.offsetWidth; var srcH = obj.offsetHeight; obj.style.width = "650px"; dstH = srcH * 650 / srcW; obj.style.height = dstH+"px"; } }
function resizeme(obj) { if(obj.offsetWidth > 650) { var srcW = obj.offsetWidth; var srcH = obj.offsetHeight; obj.style.width = "650px"; dstH = srcH * 650 / srcW; obj.style.height = dstH+"px"; } }