代码搜索:字符型

找到约 10,000 项符合「字符型」的源代码

代码结果 10,000
www.eeworm.com/read/159191/10682025

htm ex14-13.htm

字符类匹配演示(字符串中不包含字母)
www.eeworm.com/read/448589/7529381

htm 8.12.htm

行尾匹配字符$ 行尾匹配字符$
www.eeworm.com/read/324057/13290477

cpp main.cpp

#include #include using namespace std; int main() { string a,b; cout a; cout b; a.append(b); cout
www.eeworm.com/read/109128/6176293

js scriptfuns.js

/** * 去除字符串str头尾的空格 * @param str 字符串 * @return str去除头尾空格后的字符串。 */ function trim(str) { if(str == null) return "" ; // 去除前面所有的空格 while( str.charAt(0) ==
www.eeworm.com/read/339096/12259704

htm ex14-13.htm

字符类匹配演示(字符串中不包含字母)
www.eeworm.com/read/129271/14255337

txt 3-2.txt

字符拆分程序 字符拆分程序 将“I love this game”字符拆分
www.eeworm.com/read/223885/14614317

htm 8.12.htm

行尾匹配字符$ 行尾匹配字符$
www.eeworm.com/read/400425/2352711

java unicoder.java

package ij; /** *本类将字符串转换成unicode或将unicode转换成字符串 */ public class Unicoder { //源字符串 String source; //构造方法 public Unicoder() {} public Unicoder(String str) { setSource(str);
www.eeworm.com/read/357054/3032928

java stringutil.java

package com.totyuedu.c69.a20080905; public class StringUtil { /** * 去除字符串s左边的半角空格 * @param s 字符串 * @return 去除左边半角空格后的字符串 */ public static String lTrim(String
www.eeworm.com/read/475245/6794840

java unicoder.java

package ij; /** *本类将字符串转换成unicode或将unicode转换成字符串 */ public class Unicoder { //源字符串 String source; //构造方法 public Unicoder() {} public Unicoder(String str) { setSource(str);