摘要:public string GetPYString(string str) { string tempStr = ""; foreach(char c in str) { if((int)c >= 33 && (int)c <=126) {//字母和符号原样保...
阅读全文
posted @ 2007-03-08 17:06
|
||
03 2007 档案
摘要:public string GetPYString(string str) { string tempStr = ""; foreach(char c in str) { if((int)c >= 33 && (int)c <=126) {//字母和符号原样保...
阅读全文
posted @ 2007-03-08 17:06
|
||