2018年1月21日

ajax中打开新页面使用window.open方法被拦截的解决方法

摘要: $('.testA').unbind('click').bind('click',function(){ var result=""; $.ajax({ url:'http://localhost/demo/windowopen/test.php', 'type':'POST', ... 阅读全文

posted @ 2018-01-21 16:38 跨界农民工 阅读(609) 评论(0) 推荐(0)

导航