C#中使用split分割字符串的几种方法 第一种方法: string s=abcdeabcdeabcde; string sArray=s.Split('c') ; foreach(string i in sArray) Console.WriteLine(i.ToString()); output: ab deab deab de 第二种方法: 我们看到了结果是以一个指定的字
pjBlog从170版本开始加入了附件防盗链功能,于是多了一项附件的基本设置。但是昨天发现点击这个按钮时总是出现如下错误提示: Microsoft VBScript runtime ? '800a005e' Invalid use of Null: 'split' /control/c_general.asp??А 137 开始以为是文件上传出错问题(不知道怎么搞的
14 tips for performance Make fewer HTTP requests Use a CDN Add an Expires header Gzip components Put stylesheets at the top Put scripts at the bottom Avoid CSS expressions Make JS and CSS external Red