我的代码
<script type="text/javascript" src="http://test.com/test.php"></script>
javascript是用于多域使用的,它必须是这样的,它不能改变
我需要让 javascript 使用主机 url 作为查询调用 php
位置.主机名
<script type="text/javascript" src="http://test.com/test.php?*location.hostname*"></script>
需要在javascript中放入什么???我知道在 php 中放什么