摘要:
var name = window.location.search.substr(4,30);//name = decodeURI(name);//使用示例document.getElementById('username').innerHTML = decodeURI(name); 阅读全文
摘要:
在用PHP5.3以上的PHP版本时,只要是涉及时间的会报一个Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system's timezone settings. You are *required* to u... 阅读全文