html5 sexteen,Teens ‘conservative’ about pre-marital sex

html5 sexteen,Teens ‘conservative’ about pre-marital sexAsignificantmajorityofChineseteenagersarequiteconservativewhenitcomestopre-maritalsex,asurveyof1,500peoplefromadistrictofChongqingmunicipalityhasshown.Thelatestpollsurvey…

大家好,又见面了,我是你们的朋友全栈君。

A significant majority of Chinese teenagers are quite conservative when it comes to pre-marital sex, a survey of 1,500 people from a district of Chongqing municipality has shown.

The latest poll surveyed the residents of Jiangbei district in the southwest municipality older than 15.

About 69 percent of those born during the 1990s were of the view that women should keep their virginity until they are married.

Fifty-two percent of those born in the 1980s and 56 percent of those born in the 1970s shared the same thoughts on the issue.

The survey was jointly conducted by the district local chronicles office and Southwest University’s department of psychology.

Launched in 2007, the survey aims to study local residents’ social psychological situation by soliciting their opinions on politics, occupation, marriage, family and interpersonal relations, said Jiang Chunbao, the district local chronicles office director.

About 60 percent of the respondents born in the 1990s were opposed to the idea of divorce on grounds of incompatibility, followed by 50 percent of those interviewed who were born in the 1960s.

About 43 percent of the respondents born in the 1990s thought that “family harmony is more important than personal interests”.

“I do not support pre-marital sex and I think a couple should not get divorced just because they have faced some problems,” said 19-year-old Li Xiaofei, a university freshman in Chongqing.

“People from my generation aren’t as irresponsible and selfish as people think just because we have sharp personalities,” Li said.

“This survey can probably shed some light on the misunderstood generation, even though it was conducted in a single district of a city,” said Fan Fenghui, a professor at Southwest University.

“The teenagers’ conservative way of thinking about what marriage is about can be attributed to the fact that Chongqing has a divorce rate of about 50 percent,” Fan said.

Fan added that it is also possible that the youngsters may have idealized marriage, as they are too young to experience it.

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/142122.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • LiveWriter高亮显示方法专题「建议收藏」

    LiveWriter高亮显示方法专题「建议收藏」2013年9月26日花了一上午的时间,熟悉了LiveWriter的用法,学会了怎么配置语法高亮,总结下来。方法1.用博客园推荐的方法没有成功。pass方法2方法来自一个人的旅行.试过OK博客

    2022年7月2日
    28
  • Scalar_scala yield

    Scalar_scala yield掌握implicit的用法是阅读spark源码的基础,也是学习scala其它的开源框架的关键,implicit可分为:隐式参数隐式转换类型隐式调用函数1.隐式参数当我们在定义方法时,可以把最后一个参数列表标记为implicit,表示该组参数是隐式参数。一个方法只会有一个隐式参数列表,置于方法的最后一个参数列表。如果方法有多个隐式参数,只需一个implicit修饰即可。当调用包含隐式参数的方法是…

    2025年8月10日
    2
  • paraphrase和translation的区别_translating和interpreting的区别

    paraphrase和translation的区别_translating和interpreting的区别PreTranslateMessage是消息在送给TranslateMessage函数之前被调用的,绝大多数本窗口的消息都要通过这里,比较常用,当需要在MFC之前处理某些消息时,常常要在这里添加代码.                MFC消息控制流最具特色的地方是CWnd类的虚拟函数PreTranslateMessage(),通过重载这个函数,可以改变MFC的消息控制流程,甚至可以

    2025年11月6日
    3
  • mysql jdbc下载(mysql下载哪个版本)

    https://dev.mysql.com/downloads/connector/j/

    2022年4月16日
    62
  • 硬中断和软中断_软中断和硬中断的优先级

    硬中断和软中断_软中断和硬中断的优先级本文主要内容:硬中断/软中断的原理和实现内核版本:2.6.37Author:zhangskd@csdnblog 概述 从本质上来讲,中断是一种电信号,当设备有某种事件发生时,它就会产生中断,通过总线把电信号发送给中断控制器。如果中断的线是激活的,中断控制器就把电信号发送给处理器的某个特定引脚。处理器于是立即停止自己正在做的事,跳到中断处理程序的入口点,进行

    2025年8月16日
    3
  • java ORA-01008: 并非所有变量都已绑定避坑

    java ORA-01008: 并非所有变量都已绑定避坑//数据库增加数据的函数 publicbooleanadd(Creditc){ Stringsql=”insertintocredit(id,name,pwd,Money)” +”values(?,?,?,?)”; //要插入的对象中的数据拿到object数组中 Objecto[]={c.getId(),c.getName(),c.getPwd()…

    2025年9月25日
    3

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号