20100706 學習記錄:截取字符串最後一個字符 && asp textarea 多行數組分割處理

asp.net 去除字符串右側的最後一個字符 javascript         string str = "HTML,Asp/Aspx,MySQL/Cgi/Java/Php,";html         str = str.Remove(str. LastIndexOf(","),1);         Response.Write(str); java   asp 去除字符串末尾的逗號  數
相關文章
相關標籤/搜索