摘要:
字符串的截取,在此提供两种方式:一种使用C#语言的split()函数另一种使用存储过程来实现(一)使用split()函数string str="1/2/3/444/3333/222/5555/";string[] arr_str;arr_str=str.split('/')for(int i=0;i");}(二)使用存储过程--将字符串分割后存放在临时表中,然后将数据返回!ALTER proced... 阅读全文
posted @ 2008-05-09 09:01
流浪浪
阅读(608)
评论(0)
推荐(0)
浙公网安备 33010602011771号