Warning: mkdir(): No space left on device in /www/wwwroot/Z4.com/func.php on line 127
Warning: file_put_contents(./cachefile_yuan/cs-hongshi.com/cache/2a/10e4e/8ccfb.html): failed to open stream: No such file or directory in /www/wwwroot/Z4.com/func.php on line 115
var __SUBSITE_INFO="||";
//根据键名获取值
function getSubsiteInfo(key) {
var rtnVal="";
var ptn = "\\|\\|" + key + "\\$\\$[^||]*";
var rgx = new RegExp(ptn);
var mh = __SUBSITE_INFO.match(rgx);
if (mh == null) {
return "0";
}
var pos = mh[0].lastIndexOf("$$");
var rtnVal = mh[0].substr(pos+2);
return rtnVal;
}