首页>代码>基于SSH的航空公司票务机票预订管理系统(前台以及后台)>/WebRoot/admin/lib/ueditor/1.4.3/jsp/src/com/baidu/ueditor/Encoder.java
package com.baidu.ueditor;

public class Encoder {

	public static String toUnicode ( String input ) {
		
		StringBuilder builder = new StringBuilder();
		char[] chars = input.toCharArray();
		
		for ( char ch : chars ) {
			
			if ( ch < 256 ) {
				builder.append( ch );
			} else {
				builder.append( "\\u" +  Integer.toHexString( ch& 0xffff ) );
			}
			
		}
		
		return builder.toString();
		
	}
	
}
最近下载更多
文法的发射  LV2 5月20日
ming_123_9715  LV23 2022年12月18日
yfh1823537300  LV3 2022年11月15日
苏心糖  LV7 2022年6月25日
oulingqiao  LV13 2022年6月8日
testuser1234567  LV24 2022年5月23日
ruancewk  LV6 2022年4月27日
591231555  LV20 2022年4月18日
1029162867  LV13 2022年4月11日
fantesy  LV17 2022年4月10日
最近浏览更多
xxyylu 昨天
暂无贡献等级
quartz  LV8 7月1日
文法的发射  LV2 5月20日
lzxzuidaima  LV5 2023年12月27日
jiemomo  LV12 2023年11月3日
haotzy  LV3 2023年10月8日
saonan  LV3 2023年6月13日
ming_123_9715  LV23 2022年12月15日
微信网友_6248713511227392  LV11 2022年12月5日
qq1061521319  LV4 2022年11月14日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友