Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
364 views
in Technique[技术] by (71.8m points)

字符串拆分 TCP粘包

tcp/ip通讯粘包了

var str2 = {"type":"requset_love","uid":5,"likes":33,"requset_love":5}{"type":"rankResult","to_client_id":"all","rank_list":[{"username":"coolasy","avatar":"http://oizpyj030.bkt.clouddn.com/data_upload_cover_58737a28503fa.jpg","class_id":60,"likes":28,"uid":5,"id":41,"client_id":"7f00000101d700000001"}]} 


以上是拿到的内容 ,现在想把它拆成一个数组,更新,其中 {} 范围数组不知道数量


----------

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

var result = $src.split(/s*(?={)/);


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...