<!DOCTYPE html> <html> <head> <title>PHP嵌套网页内的网址检测</title> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script> function checkUrl() { var nestedPageUrl = $('#nestedPage').attr('src'); if (nestedPageUrl === 'http://www.baidu.com') { alert('Yes'); } else { alert('No'); } } </script> </head> <body> <h1>PHP嵌套网页内的网址检测</h1> <button onclick="checkUrl()">检查网址</button> <iframe id="nestedPage" src="http://www.baidu.com" width="100%" height="500px"></iframe> </body> </html>
请求资源或报告无效资源,请点击[反馈中心]