我有一个 php 网页和一个 iframe。前任:
php 页面的 url http://www.ex.com/index.php?one=anumber
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body> <iframe id="34" class="ddd" src="two.php"></iframe>
</body>
</html>
那么在 two.php 中使用什么 php 代码来从父 url 中获取变量 one 呢?