摘要:
问题1 假设有个字符串"aspkxiexhxlaspxxjmxaspmxj"; 如何把第二次的asp替换成*号? 字符串长度不是固定的,是会变化的 string str = "aspkxiexhxlaspxxjmxaspmxj"; int i = 0; str = Regex.Replace(str, "asp", new M... 阅读全文
摘要:
1、使用Javascript方式 在每一个页面中加入一段Javascript代码: function window.onbeforeunload() { if (event.clientX>document.body.clientWidth && event.clientY关闭时没有判断到。 常用到的WEB服务 http://topic.csdn.net/u/200... 阅读全文