分手后我们还能做朋友吗?_分手后我们还能做朋友吗
wptr33 2025-10-19 13:56 2 浏览
Few relationship questions are as polarizing as whether or not you should stay friends with an ex. Anecdotal evidence feeds arguments on both sides — but what do the experts say?
是否应该与前任保持友谊?对这一两性关系问题的答案非常罕见地两极分化,传闻轶事更激化了双方的争论,那专家怎么看待这一问题呢?
Rachel Sussman, a New York City-based psychotherapist, advises caution when it comes to staying friends, but says there are couples for whom it works; ultimately, she says, it's "an individual determination". Nonetheless, Sussman says there are some guidelines all exes should follow after a breakup.
纽约心理治疗师雷切尔·萨斯曼建议,应谨慎对待与前任保持友谊这一问题, 不过,对于一些情侣或夫妇来说,与前任保持友谊不成问题。归根到底,这只是“个人选择”。不过,在处理与前任关系的问题上,萨斯曼给出了以下几点准则。
When to cut ties?
"Under no circumstances should a relationship that was abusive, manipulative or toxic transition into a friendship",Sussman says.
“在任何情况下,一段充满虐待和控制的‘有毒’感情绝不应转变成友谊,”萨斯曼说。
Sussman also says there are potential downsides to staying friends with an ex. "Sometimes that will hold you back from going into a new relationship," she warns. "Or you'll get into a new relationship and you'll tell your new girlfriend or boyfriend, 'My ex is one of my closest friends.' That's complicated. Are you giving the new relationship a fair chance to really flourish or blossom?"
萨斯曼认为与前任保持友谊很可能有负面影响。“这有时会阻碍你进入下一段恋情”,“或者当你有了新恋情时,你告诉现任‘我的前任是我最亲密的朋友之一’这很复杂。你是否真正给予这段新恋情一个公平的机会,让它开花结果。” 萨斯曼告诫道。
When to stay friends?
Sussman says exes who have kids together should try to remain on good terms if possible, since they'll be in each other's lives for the long run. The lines are murkier for couples without children, but Sussman says those who dated when they were young, were friends first, dated casually or were together only for a short time are good candidates for friendship.
萨斯曼认为如果与前任有孩子的话,双方应该尽可能保持友好关系,因为在将来很长一段时间内,他们都会出现在彼此的生活中。对于没有孩子的双方而言,与前任的界限则更加难以把握。如果是年轻时从普通朋友发展为恋爱关系,后来又只有短暂交往,这样的对象则是保持友谊的最佳人选。
Studies suggest that couples who remain in contact for the same reasons — whether those are pragmatic or sentimental — are more likely to have successful friendships, while staying in touch because of unresolved romantic desires is a predictor of negative outcomes.
研究表明,分手后的情侣双方如果是出于共同的原因保持联系,不论是出于现实考量还是情感维系,都更有可能拥有真正的友谊。如果是因为未能满足的欲望而保持联系,则会产生负面结果。
But how?
If you decide to try a friendship with an ex, Sussman suggests taking a break first. "I'm quite suspect of those couples that break up and then tell me right away that they're best friends," she says. "Time heals. A lot of insight can come with time and space apart."
如果你决定和前任保持友谊,萨斯曼建议先给自己点时间。“有些情侣或夫妇刚分手不久,就马上告诉我,他们已经变成了最好的朋友,我对此深表质疑。” 萨斯曼说。“时间是良药。随着时间和空间的推移,人们才能逐渐拨云见日。”
That goes for social media as well as in-person interactions. "I would love for couples to unfollow and unfriend each other for a few months after a breakup," Sussman says. Otherwise, "before you know it, you're checking your phone and you're seeing your ex, and that brings up all sorts of thoughts and feelings which might make you, on some emotional level, feel reconnected to that person."
这同样适用于社交媒体和当面交流。“希望双方在分手后的几个月内,都不要关注对方或者与对方保持联系。” 萨斯曼说。“否则,你可能会无意识地浏览她(他)的朋友圈,关注前任的讯息,从而唤起你的思绪与情感,让你感到与前任又建立了联系。”
Boundaries are also important for couples-turned-friends, Sussman says, "A healthy boundary could look like, 'Let's not talk every day. Let's not text every day,'" Sussman says. "'Every couple of months let's grab a meal, see a movie — but not regular, daily contact.'"
对于由情侣变朋友的人们来说,把握边界感非常重要。“一个合理的边界应该是,不要每天聊天,不要每天发短信,”萨斯曼说。“可以每隔几个月吃顿饭,看个电影 ,而不要天天接触。”
Above all, regularly reassess how the friendship makes you feel, and be honest with yourself.
最重要的是,定期重新审视你对前任友情的感觉,并坦诚面对自己。
Source: Time
Editor: Jiao Jie
Interns: Fu Kuncan, Su Yanlei
来源:CHINADAILY微信公众号
相关推荐
- Python字符串终极指南!单引号、双引号、三引号区别全解析
-
导语:Python中字符串(str)是最核心的数据类型!无论你是输出"HelloWorld"还是处理用户数据,都离不开它。今天彻底讲清字符串的三大定义方式及其核心区别,新手必看!...
- python 字符串的定义和表示_python字符串的用法
-
在Python中,字符串是一序列字符的集合。定义一个字符串可以使用单引号或双引号括起来的字符序列。...
- 简单的python-熟悉字符串相关的操作
-
str.py:#-*-coding:utf-8-*-#测试函数deff():#字符串使用单引号定义s1='test'print(s...
- Python初学者:3招搞定长字符串逐行读取,代码超简单
-
刚学Python的小伙伴,是不是遇到过这种尴尬情况?拿到一段老长的多行字符串——比如从文档里复制的日志、一段带换行的文章,想一行一行处理,如果直接打印全堆在一起,手动切又怕漏行,咋整啊?别慌!今天就给...
- Python 字符串_python字符串型怎么表达
-
除了数字,Python还可以操作字符串。字符串的形式是单引号('......')双引号(''.........'')或三个单引号(''&...
- 贴身口语第二关:请求帮忙、道歉、指路、接受礼物
-
02-@askforhelp请求协助1.F:Excuseme.Canyouhelpme?M:Yes,whatcanIdoforyou?...
- NBA赛季盘点之九大装逼&炫技时刻:“歪嘴战神”希罗领衔
-
欢迎大家来到直播吧NBA赛季盘点,历经许多波折,2019-20赛季耗时整整一年才圆满收官。魔幻的一年里有太多的时刻值得我们去铭记,赛场上更是不乏球员们炫技与宣泄情绪的装逼时刻,本期盘点就让我们来回顾一...
- 一手TTS-2语音合成模型安装教程及实际使用
-
语音合成正从云端调用走向本地部署,TTS-2模型作为开源语音生成方案之一,正在被越来越多开发者尝试落地。本篇文章从环境配置到推理调用,详尽拆解TTS-2的安装流程与使用技巧,为语音产品开发者提供...
- 网友晒出身边的巨人 普通人站一旁秒变“霍比特人”
-
当巨人遇到霍比特人,结果就是“最萌身高差”。近日网友们晒出了身边的巨人,和他们站在一起,普通人都变成了“霍比特人”。CanYouTellWho'sRelated?TheDutchGiant...
- 分手后我们还能做朋友吗?_分手后我们还能做朋友吗
-
Fewrelationshipquestionsareaspolarizingaswhetherornotyoushouldstayfriendswithanex.A...
- 如何用C语言实现Shellcode Loader
-
0x01前言之前github找了一个基于go的loader,生成后文件大小6M多,而且细节不够了解,一旦被杀,都不知道改哪里,想来还是要自己写一个loader...
- 微星Z490如何装Windows10系统以及怎么设 BIOS
-
小晨儿今天给大家讲一下msi微星Z490重怎样装系统以及怎么设置BIOS。一、安装前的准备工作1、一、安装前的准备工作1、备份硬盘所有重要的文件(注:GPT分区转化MBR分区时数据会丢失)2...
- 超实用!互联网软件开发人员不可不知的 Git 常用操作命令
-
在互联网软件开发的协作场景中,Git是不可或缺的版本控制工具。掌握其核心命令,能让代码管理效率大幅提升。本文精选Git高频实用命令,结合场景化说明,助你快速上手。仓库初始化与克隆...
- AI项目的持续集成持续部署实践_ai 项目
-
在独立开发AI工具的过程中,笔者逐步实践了一套高效的软件项目持续集成与持续部署(CI/CD)流程。这套流程以Git、GitHub和Vercel为核心,实现了从代码提交到生产环境上线的全链路自动化。这篇...
- 总结几个常用的Git命令的使用方法
-
1、Git的使用越来越广泛现在很多的公司或者机构都在使用Git进行项目和代码的托管,Git有它自身的优势,很多人也喜欢使用Git。...
- 一周热门
- 最近发表
- 标签列表
-
- git pull (33)
- git fetch (35)
- mysql insert (35)
- mysql distinct (37)
- concat_ws (36)
- java continue (36)
- jenkins官网 (37)
- mysql 子查询 (37)
- python元组 (33)
- mybatis 分页 (35)
- vba split (37)
- redis watch (34)
- python list sort (37)
- nvarchar2 (34)
- mysql not null (36)
- hmset (35)
- python telnet (35)
- python readlines() 方法 (36)
- munmap (35)
- docker network create (35)
- redis 集合 (37)
- python sftp (37)
- setpriority (34)
- c语言 switch (34)
- git commit (34)