摘要: 有时候会遇到json_decode()解析的字符串中有个长整型,解析成1.0E….之类的溢出问题。解决办法根据php的版本不同而不同:PHP5.4以上的可以配置下json_decode(),解析的时候这么写就好//$de_res为需要解析的值;json_decode($de_res,true, 51 阅读全文
posted @ 2018-07-23 14:57 qqisnow2021 阅读(208) 评论(0) 推荐(0)
摘要: https://www.nczonline.net/blog/2009/05/05/http-cookies-explained/ Cookie small files of information that a web server generates and sends to a web bro 阅读全文
posted @ 2018-07-23 14:11 qqisnow2021 阅读(202) 评论(0) 推荐(0)