
js
it&s me
on the way
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
浏览器goback跨域
问题描述两个域名 a.domain.com b.domain.com这两个站点都异步访问c.domain.com接口,参数也一样a站点,有访问b站点的链接访问a正常,跳转b正常,点击浏览器的回退按钮 goback提示The 'Access-Control-Allow-Origin' header has a value 'http://b.domain.com' that is not equal to the supplied origin. Origin 'http://a.domain.co原创 2022-02-09 10:34:47 · 863 阅读 · 1 评论 -
js强制控制样式
create style in head<!--layout page--><head> <script> if(navigator.userAgent.indexOf('优快云App')!=-1){ var csstext = 'body main{padding-top:0 !important;}'; va...原创 2019-07-09 17:52:28 · 895 阅读 · 0 评论