2019年5月9日
摘要: iframe中js的加载顺序要晚于主页面中js的加载 window parent opener top: console.log(window); console.log(window.parent); console.log(window.top); console.log(window.open 阅读全文
posted @ 2019-05-09 18:39 2015熊出没 阅读(156) 评论(0) 推荐(0) 编辑
摘要: postmessage 阅读全文
posted @ 2019-05-09 17:42 2015熊出没 阅读(123) 评论(0) 推荐(0) 编辑
摘要: $.inArray("a",arr,2) $.isArray() arr/str.indexOf("ss",2) 阅读全文
posted @ 2019-05-09 14:21 2015熊出没 阅读(197) 评论(0) 推荐(0) 编辑
摘要: indexOf()用于字符串的包含 a.contains(b)用于元素的包含(js) $.contains(a,b)用于元素的包含(jquery) 阅读全文
posted @ 2019-05-09 11:05 2015熊出没 阅读(795) 评论(0) 推荐(0) 编辑