10 2018 档案
摘要:public interface ILogger {} public interface ILoggerWrapper { ILogger Logger {get;} } public interface ILog : IloggerWrapper //继承IloggerWrapper 这个接口 { bool IsErrorEnabled {get;} vo...
阅读全文
摘要:var w_html = resJson.Data.Contents var w_html1 = w_html.replace(/\ /g, " "); this.content = w_html1 var w_html1 = w_html.replace(/\ /g, " ")
阅读全文
摘要:console.log(!"");//非空(true) console.log(!0);//非0(true) console.log(!" ");//非空格(false) console.log(!"x");//非字符串(false) console.log(!null);//(true) consol...
阅读全文
摘要:解决, 在win7上卸载IIS 10.0 Express ,安装 IIS7.5 Express
阅读全文
摘要:while (' ' == json[pos]) { pos++; }
阅读全文