tid=12425714
来自「最强的爬虫工程」· 代码 · 共 546 行 · 第 1/2 页
TXT
546 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>肥不减,爱难求?_ELLE中文网@优雅驿站_新浪圈子_新浪网</title>
<meta name="Keywords" content="新浪博客,新浪圈博客,名人博客,博客,新浪,blog">
<meta name="Description" content="新浪网博客频道是全中国最主流,最具人气的博客频道。拥有最耀眼的娱乐明星博客、最知性的名人博客、最动人的情感博客,最自我的草根博客。">
<base href="http://q.blog.sina.com.cn/" />
<script language="javascript" type="text/javascript" src="/js/group_common.v1200278913.js"></script>
<script language="javascript" type="text/javascript" src="/js/tabswt.v1201432604.js"></script>
<script language="javascript" type="text/javascript" src="/js/moo1.v1193312278.js"></script>
<script language="javascript" type="text/javascript" src="/js/utility.v1193312278.js"></script>
<script language="javascript" type="text/javascript" src="/js/messenger.v1200990482.js"></script>
<script language="javascript" type="text/javascript" src="http://image2.sina.com.cn/home/sinaflash.js"></script>
<link rel="stylesheet" href="/css/style/bbs_public.v1201236954.css" type="text/css" media="all" />
<link rel="stylesheet" href="/css/format/format_31.v1193312278.css" type="text/css" media="all" />
<link rel="stylesheet" href="/css/style/z-purple-2.v1201228284.css" type="text/css" media="all" />
<script language="javascript">
var groupinfo = new Object();
groupinfo.id = '1000384769';
groupinfo.domain = 'ellechina';
groupinfo.groupname = 'ELLE中文网@优雅驿站';
groupinfo.banner = '';
var need_checkcode = '0';
var user_role = '-2';
var topic_id = '12425714';
var topic_title = '肥不减,爱难求?';
</script>
<script language="javascript">var islogin = 0;</script>
<script language="JavaScript" type="text/javascript">
<!--
var branch_rights = '2' || 0;
//
var groupid = groupinfo.id;
var user_uid = typeof(myuid)=='undefined' ? 0 : myuid;
var user_nickname = typeof(mynickname)=='undefined' ? '' : mynickname;
var user_can_reply = (branch_rights==0&&user_role<0 || branch_rights==1&&user_role<-1 || user_uid&&!user_nickname) ? 0 : 1;
window.onerror=function(){return true}
function make_page_select(total,current) {
var is_selected;
for(var i=1;i<=total;i++)
{
is_selected = i==current ? ' selected' : '';
document.write('<option value="'+i+'"'+is_selected+'>'+i+'</option>');
}
}
function trim(str) {
return str.replace(/(^\s*|\s*$)/g,"");
}
function lengthOfBit(str) {
var num=str.length;
var arr=str.match(/[^\x00-\x80]/ig);
if(arr!=null) num += arr.length;
return num;
}
function fm_check(fm) {
fm.publish.blur();
fm.content.value = ow("wEdit").document.body.innerHTML;
fm.title.value = trim(fm.title.value);
fm.content.value = trim(fm.content.value);
if(fm.title.value === '') {
msg('帖子主题不能为空');
return false;
}
if(lengthOfBit(fm.title.value) > 60) {
msg('帖子主题不能超过60个字符(30个汉字)');
return false;
}
if(fm.content.value === '') {
msg('帖子内容不能为空');
return false;
}
showLoading();
return true;
}
function reply(fid,title) {
if(!user_can_reply)
{
var url = '/control/forum/getuserrole.php?id='+groupid+'&rid='+Math.random();
new Ajax(url, {method: 'get',onComplete:function(res_role){
if(res_role == '-2' && branch_rights<2)
{
location.href="/login.php?url="+encodeURIComponent(location.href);
} else if(res_role == '-1' && branch_rights<1) {
showMsg('本版块只允许圈内成员回帖,您要加入圈子吗?',null,'window.open("/join.php?id='+groupid+'");');
} else if(branch_rights>0 && user_uid && !user_nickname) {
window.open("/bbsreg.php");
} else {
user_can_reply = 1;
$('apply').style.display = '';
title = fid>1 ? "RE: "+fid+"楼, "+title : "RE: "+title;
document.getElementById("reply_title").value = title;
document.getElementById("reply_title").focus();
var pos = getxy(document.getElementById("reply_title"));
window.scroll(pos[1],pos[0]);
}
}}).request();
return;
}
title = fid>1 ? "RE: "+fid+"楼, "+title : "RE: "+title;
document.getElementById("reply_title").value = title;
document.getElementById("reply_title").focus();
var pos = getxy(document.getElementById("reply_title"));
window.scroll(pos[1],pos[0]);
}
function adv_reply() {
var reply_title = encodeURIComponent(document.getElementById('reply_title').value);
window.open('/'+groupinfo.domain+'/bbs/newreply/tid='+topic_id);
}
function show_checkcode() {
try{
var checknum_img = document.getElementById("checknum_img");
var forum_checkcode = document.getElementById("forum_checkcode");
var forum_input_checknum = document.getElementById("forum_input_checknum");
if(forum_checkcode.style.display == 'none' || forum_input_checknum.value.length>0) {
checknum_img.src='/control/checkpng.php?rid='+Math.random().toString();
}
forum_checkcode.style.display = "";
forum_input_checknum.focus();
}catch(e){ }
}
//
//-->
</script>
</head>
<body>
<!--head-->
<script language="javascript" src="/js/sina_blogq_head.v1201081131.js" type="text/javascript"></script>
<div id="head">
<div id="banner">
<script>
if(groupinfo.banner!="")
{
document.getElementById("banner").style.background = "";
document.getElementById("banner").style.background = "url("+groupinfo.banner+") no-repeat center center";
}else if(groupinfo.apptype != 7)
{
document.write('\
<h1 id="logo_text1">'+groupinfo.groupname+'</h1>\
<h2 id="logo_text2"><a href="'+group_domain+groupinfo.domain+'">'+group_domain+groupinfo.domain+'</a> >> <a rel="sidebar" title="'+groupinfo.groupname+'" href="javascript:try{window.external.AddFavorite(\''+group_domain+groupinfo.domain+'\',\'新浪博客圈-'+groupinfo.groupname.replace(/"/g,""").replace(/'/g,"´")
+'\');}catch(e) {}">收藏本页</a> </h2>\
');
}else
{
document.write('\
<h1 id="logo_text1">'+groupinfo.groupname+'</h1>\
<h2 id="logo_text2"><a href="'+group_domain+'tongming/'+groupinfo.domain+'">'+group_domain+'tongming/'+groupinfo.domain+'</a> >> <a rel="sidebar" title="'+groupinfo.groupname+'" href="javascript:try{window.external.AddFavorite(\''+group_domain+groupinfo.domain+'\',\'D?à?2??íè|-'+groupinfo.groupname.replace(/"/g,""").replace(/'/g,"´")
+'\');}catch(e) {}">收藏本页</a> </h2>\
');
}
</script>
</div>
<div id="subnav">
<div id="manage">
<a title="自定义页面" id="hideback" style="display:none">自定义页面</a>
<a target="_blank" href="http://q.blog.sina.com.cn/ellechina/invite/" title="邀请朋友">邀请朋友</a>
<a target="_blank" href="http://q.blog.sina.com.cn/manage/index.php?id=1000384769" title="管理本圈">管理本圈</a>
<a target="_blank" href="http://q.blog.sina.com.cn/join.php?id=1000384769" title="加入圈子">加入圈子</a>
</div>
<div id="main_search">
</div>
<div id="pages">
<a href="http://q.blog.sina.com.cn/ellechina/" title="首页">首页</a><em>|</em>
<a href="http://q.blog.sina.com.cn/ellechina/bbs/" title="圈子论坛">论坛</a><em>|</em>
<a href="http://q.blog.sina.com.cn/ellechina/article_best/" title="精华博文">精华博文</a><em>|</em>
<a href="http://q.blog.sina.com.cn/ellechina/article_new/" title="最新博文">最新博文</a><em>|</em>
<a href="http://q.blog.sina.com.cn/ellechina/vlog/" title="圈子视频">视频</a><em>|</em>
<a href="http://q.blog.sina.com.cn/ellechina/album/allpicture/" title="圈子图库">图库</a><em>|</em><a href="http://q.blog.sina.com.cn/ellechina/member/" title="成员列表">成员</a><em>|</em>
<a href="http://q.blog.sina.com.cn/ellechina/pug/grouppug/" title="最近访客">访客</a><em>|</em>
<a href="http://q.blog.sina.com.cn/ellechina/msg_board/" title="圈子留言板">留言</a>
</div>
</div>
<div id="pop_bar_shadow" style="display:none"><div id="pop_bar"><input type="button" name="" value="" class="pop_cancel" id="cancelpagechange"/><input type="button" name="" value="" class="pop_save" id="savepagechange"/><span id="pop_fun_company" style="display:none"><em id="changetypeshow2">选择风格</em></span><span id="pop_fun_normal"><em id="changetypeshow">选择风格</em>|<em id="changestyleshow">选择布局</em>|<em id="addmodelshow">添加/删除模块</em></span><img src="http://image2.sina.com.cn/pay/quanzi/public/pop_img_notice.gif" alt="" class="pop_notice" />您正在预览设置效果,若确认要使用该效果,请点击右侧的“保存”按钮。<span id="pop_company_hid"> 模块可以拖动</span></div></div>
</div>
<!-- 外层 -->
<div id="container">
<!-- 主体背景 开始 -->
<div id="main_bg">
<!-- 主体 -->
<div id="main" >
<!-- 左部 -->
<div id="left" >
<!-- 帖子module -->
<div class="module">
<div class="top">
<div class="t_l"></div>
<div class="t_r"></div>
<input type="button" name="" class="btn btn_stress btn_word2_stress btn_new" onclick="location.href='/ellechina/bbs/newtopic/bid=1838637'" value="发 帖" />
<input type="button" name="" class="btn btn_word2 btn_reply" onclick="reply('1',topic_title)" value="回复" />
<em><a href="ellechina" title="ELLE中文网@优雅驿站">ELLE中文网@优雅驿站</a> >
<a href="ellechina/bbs/" title="">圈子论坛</a> > <a href="ellechina/bbs/branch/bid=1838637" title="">公开区</a></em>
</div>
<div class="mid">
<div class="m_l">
<div class="m_r">
<div class="content" id="forum_topic">
<div id="list">
<table cellspacing="0" cellpadding="0">
<thead>
<tr>
<td colspan="2">
<strong>主题:肥不减,爱难求?</strong>
</td>
</tr>
</thead>
<tbody>
<tr>
<th>
<!--
<img class="img_border" src="http://pic.q.sina.com.cn/forum/pic/4be9bfb503000003?1186717342" alt="" onclick="get_userinfo('1273610165',this)" />
-->
<img class="img_border" src="http://portrait.sinaimg.com.cn/1273610165/default/180" name="portrait" uid="1273610165" product="default" resolution="180" alt="" onclick="get_userinfo('1273610165',this)" />
<h1><a target="_blank" href="/u/1273610165" id="1273610165nickname" class="link_strong">elle中文网站</a></h1>
<h2>圈主</h2>
<h2 style="margin-top:5px;"><a href="javascript:add_friend('1273610165')">加为好友</a></h2>
<h2><a href="javascript:Scrip('elle中文网站','1273610165')">发纸条</a></h2>
<h2><img class="online" mode="1" display="3" uid="1273610165" align="absmiddle" style="border:0px;display:none;cursor:auto;" /></h2>
</th>
<td>
<div class="list_inside">
<P><STRONG>减肥有助性高潮反应?做爱可以促进脂肪燃烧加速卡路里消耗?过度减肥影响性福?熟女们在追求瘦身的同时,更不要忽略了身心的健康!</STRONG> <BR><BR>"减肥"向来是最令女人趋之若鹜的集体活动,网络上流传着一则"做爱减肥"的卡路里对照表,让人看了莞尔一笑。</P>
<P> </P>
<P>我的女性朋友在健身房担任教练,这个工作对她而言,如鱼得水,在健身房里她见识到各形各色热爱减肥的女人。协助女人减肥也是他的使命,在担任私人教练的同时,她发现到现代女性往往热衷减肥,却忽略了健康的重要性。许多女性明明不肥却死命说自己胖,有些女人害怕的其实不是胖,而是担心身材发福变形后就得接受男人百般挑剔。80后女生Jenny坦承担心变成"恐龙"后男友就不想和她发生关系,她甚至直言她的同学朋友有很多都是这样的想法。 </P>
<P> </P>
<P><STRONG>为什么不断地想要瘦?</STRONG> </P>
<P> </P>
<P></P>
<P>社会价值观让瘦妹当道,面对有更多像蔡依林这样已经很瘦了却还要狂瘦的无敌青春瘦女仔,一心渴望更瘦的女生只能不断要求自己要瘦瘦瘦!</P>
<P> </P>
<P>一项调查显示,胖妞普遍自认体型足以影响自信,脂肪甚至还会严重妨碍女人的社交,甚至性交。英国《Slimming》杂志曾经访问了约两千名女人,发现80%的女人并不满意自己的身材。此外,80%的人认为瘦子比较容易找到一份好工作。肥胖的确是女人自信心的障碍,这也是为什么健身房打着减肥瘦身的旗号,就可以让人心甘情愿缴交高额费用的主要作战策略。据说有3分之1的人因为肥而失业? 76%的女人觉得自己太胖而抗拒做爱,40%的女人在关灯后才愿意跟性伴侣上床,更有高达85%的人相信,如果瘦下来了,性生活也会大大地改善。相对于男人对身体的豁达,竟有一半的女人成天嚷着说自己太胖啦、该减肥了,还羞于让亲密爱人看到自己的裸体。</P>
<P> </P>
<P>根据专业人士的说法:"每个月减重2到3公斤是最合理、最不伤身体的。"</P>
<P> </P>
<P>健身教练在指导女会员减肥时,总是贴心地不说"减肥",而是说"减重",深怕"肥"这个字眼伤人。”减重可以让身体更健康、没烦恼。不当的减重可是会伤害身体健康的,减重要有正确观念,运动是最有效、最健康的方法。” </P>
<P> </P>
<P><STRONG>做爱可以减肥?</STRONG> </P>
<P> </P>
<P></P>
<P>“听说做爱可以减肥,可以快速燃烧卡路里,这是真的吗” ?“网络上曾流传一篇《做爱减肥》的文章,到底说的是不是真的呀” ?许多人都看过那篇「做爱减肥」,以戏谑的方式分析男人各种性爱动作。</P>
<P><BR>"做爱时经由女人同意脱她的衣服,要花上12卡;没有经过女人同意而强行脱去她的衣服,则要消耗187卡!用双手脱掉女人胸罩所用掉的卡路里只有8卡,用单手脱12卡,用嘴则得花上85卡……。”My God!仔细看这封网络热门信件,其实以搞笑居多,包括第一次试着找到"入口”要花8卡,试着找到G点则变成要花92卡,想来原创者之所以这么计算,大概是认为G点不太好找的缘故吧。</P>
<P> </P>
<P>减肥提供男女关系重新洗牌的机率,让有心人可以在减肥的过程中重新为自己定位。 <BR><BR>有些人乐于昭告亲友:"我要减肥。” "我在减肥。”藉此证明自己并不是个"自暴自弃的死胖子"。减肥俨然已经成为男女维持社交/性交尊严,确保男女关系地位的一种动能,不过恶性减肥的后遗症确实不少。</P>
<P> </P>
<P>好情人具有减肥功能。而正确且积极的人生观,减去一些错误的两性观念,才是让人生更有看头的减肥法…… </P>
<P> </P>
<P><A href="http://www.ellechina.com/www/channel/wellbeing/special.php?contentID=11778&pg=1&pg=2&pg=0">详细全文</A></P> </div>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>楼主</th>
<td>
<span>
<a href="javascript:reply('1','肥不减,爱难求?')" title="">[回复]</a>
</span>
<em class="color_weak">发表日期:2008-03-03 17:31:56</em>
</td>
</tr>
</tfoot>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?