
html
文章平均质量分 81
腾飞的鱼
I am unique, I'm Unique, I am a unique
展开
-
html模糊查询
模糊查询 body{ text-align:center; } #datas{ display:none; } #txt{ font-size:300%; width:80%; height:10%; margin-top:10%; } #msg原创 2018-03-13 13:25:32 · 7333 阅读 · 1 评论 -
php+ajax单点实现方式(php作为服务端)
php+ajax单点登录实现方式 解决ajax跨源的问题 在php服务端中加入 header("Access-Control-Allow-Origin: *"); //允许所有域名的脚本访问该资源 header("Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE"); //允许的方式,一般为POST和GET h...原创 2018-06-28 10:46:53 · 444 阅读 · 0 评论