03 2018 档案

摘要:``` .container 类 @media (min-width: 1200px) .container { max-width: 1140px; } @media (min-width: 992px) .container { max-width: 960px; } @media (min-width: 768px) .container { max-width: ... 阅读全文
posted @ 2018-03-23 18:07 cyany_blue 阅读(792) 评论(0) 推荐(0)
摘要:要点:$xmlarr = simplexml_load_string($result_str)这个可以将xml字符串格式转为对象形式 js变量传给php,可以通过ajax发送参数的形式发给后台接收; 也可以在js中进行cookie的存储,在php文件中调用$_COOKIE全局变量进行获取 php 变 阅读全文
posted @ 2018-03-16 17:00 cyany_blue 阅读(272) 评论(0) 推荐(0)