在我的test.ctp
文件中我写
<div class="Grid" id="grid1" style="width: 457px; height: 259px; z-index: 1;">
<script type="text/javascript" src="<?php echo $this->webroot;?>js/test.js?id=<?php echo $id; ?>"></script>
</div>
在test.js
文件中我想访问这个 id 值。如何获取这个值。帮我解决它