我在 src url 中有一个带有参数的 iframe,如下所示:
<iframe src="http://www.form-page.com?suppressRedirect=1&A=1841" width="271px" height="295px" scrolling="no" frameborder="no" allowtransparency="true" style="position: absolute;left: 0;z-index: 1000;padding-left: 5px;"></iframe>
我需要在“表单页面”
中获取参数
有没有办法在 php 或 jquery 中做到这一点?