摘要:
//截取##之间的内容,检索所有的数据 string a = "select * from yw_020102 where CustomerNo='#CustomerNo#'"; Regex reg = new Regex("(?i)(?<=#)[^a]*(?=#)");//commend by d 阅读全文
摘要:
XMLHttpRequest cannot load http://v.xxx.com. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:63... 阅读全文