摘要:
查看一个web应用的时候查看源代码无意发现的,记录一下,万能什么时候能用得着呢!function isMobile(){ var mobile = navigator.userAgent.match(/iphone|android|phone|mobile|wap|netfront|x11|j... 阅读全文
摘要:
iframe中的代码By DragonDean this is a dragondean's test page !调用iframe中的ziti()函数window.frames[0].ziti();获取iframe中body的代码$("iframe").contents().find('bo... 阅读全文