php怎么获取页面元素的值
页面上有元素
<input class="easyui-datebox" id="bt" name="bt" value=<?php <br /> echo date("Y-m",strtotime("-4 month"));<br /> ?>></input><input id="et" name="et" class="easyui-datebox" value=<?php<br /> <br /> echo date("Y-m",strtotime("-1 month"));<br /> <br /> ?>>
function initRows1($bym,$eym){<br />...... <br />}