摘要: 使用$.post();时报这个错 Provisional headers are shown 你猜是什么原因。。。 原因是网站用的是https, $.post的地址是http ... 阅读全文
posted @ 2018-03-25 00:02 eeba 阅读(117) 评论(0) 推荐(0)
摘要: php中数组合并有两种方法,一种是使用函数array_merge(), 另一种是直接用“+” 两种方法合并的结果不同, 1. array_merge($arr1, $arr2) 如果数组的索引为数字,$arr2将会附加在$arr1后面。 如果数组的索引为字符串,索引相同时 $arr2中的值将覆盖$a 阅读全文
posted @ 2018-03-05 15:51 eeba 阅读(264) 评论(0) 推荐(0)