本文介绍了在显示记录期间删除unicode特殊字符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友
我的项目有问题.我正在以数据库sql Server加密形式插入一些文本..像这样..

hello friend
i have a problem with my project. I am inserting some text in database sql server encrypted form.. like this..

报价:

Q15%25A5choice%25A5An%2520investor%2520相信%2520 %2520an%2520
投资%2520of%2520%25243.2%2520
百万%2520in%2520a%2520冒险%2520capital%2520project%2520will%2520pay
%2520%252442%2520百万
%2520at%2520the%2520end%2520of%25205%2520年.%2520The%2520概率
%2520of%2520failure%2520of
%2520the%2520venture%2520capital%2520project%2520in%2520each%2520of%2520
%2520five%2520years

Q15%25A5choice%25A5An%2520investor%2520believes%2520that%2520an%2520
investment%2520of%2520%25243.2%2520
million%2520in%2520a%2520venture%2520capital%2520project%2520will%2520pay
%2520%252442%2520million
%2520at%2520the%2520end%2520of%25205%2520years.%2520The%2520probability
%2520of%2520failure%2520of
%2520the%2520venture%2520capital%2520project%2520in%2520each%2520of%2520
the%2520five%2520years



现在在显示时间中,我想这样显示...........



Now during display time i want to display like this..........

报价:

问题:对冲基金拥有过往的成功记录包括在对冲基金经理的数据中,而那些过往记录较差的人则被排除在外.这是一个限制,性能数据中的这种偏差最好用以下解释:

已选择答案:自我选择. (1分)


结果:正确

回答时间:0000:00:12(HHHH:MM:SS)


Question: Hedge funds with successful past records are included in hedge fund managers’ data and those with poor past records are excluded. This is a limitation and this bias in performance data can be best explained as:

Answer Selected: Self-selection. (1 point)


Result: correct

Time Taken to Answer: 0000:00:12 (HHHH:MM:SS)




但是我无法转换,如何在普通文本中拆分此unicode字符串.

请可以帮我,给出代码或任何想法.

在此先感谢



But I unable to convert, how can i split this unicode string in normal text.

Please can one help me, give code or any ideas.

Thanks in advance

推荐答案


这篇关于在显示记录期间删除unicode特殊字符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-09 06:47