摘要: PHP:setcookie(name, value, expire, path, domain);//expire为时间戳setcookie("user", "Alex Porter", time()+3600);setcookie("user", "", time()-3600);TP:封装... 阅读全文
posted @ 2016-06-15 16:09 Newman·Li 阅读(213) 评论(0) 推荐(0)
摘要: TypeError: document.getElementByIdx_x(…).submit is not a function的问题这个保存的原因是有name="submit"解决参考文章:http://www.vikaskbh.com/document.getElementByIdx_x... 阅读全文
posted @ 2016-06-15 15:15 Newman·Li 阅读(894) 评论(0) 推荐(0)