摘要: string ReplaceChat(string EE) { string[] dd ={"◎", "■", "●", "№", "↑", "→", "↓" + "!", "@", "#", "$", "%", "^", "&", "*", "(", ")&q 阅读全文
posted @ 2013-03-13 11:02 文艺流浪汉 阅读(3249) 评论(0) 推荐(0)
摘要: /// 上传文件 /// </summary> /// <param name="path">文件保存位置</param> /// <param name="oFile">文件</param> /// <returns></returns> public string UpLoadFile( System.Web.UI.WebControls.FileUpload fu) { bool Isftp = true; if (Isftp) { ... 阅读全文
posted @ 2013-03-13 10:11 文艺流浪汉 阅读(352) 评论(0) 推荐(0)