问答详情
源自:-

hidden的值接受不到

<form action="Main_Manage.php?act=doCopyFile" method="post"/>
	<input type="text" placeholder="请将文件复制到" name="text"/>
	<input type="hidden" name="path" value="{$path}"/>
    <input type="hidden" name="filename" value="{$filename}"/>
    <input type="submit"  value="提交"/>

这个表单中path的值是可以接收到的 但是filename的值却为空(能够保证$filename是有值的)这是为什么

提问者:_魚的眼淚_ 2017-04-03 16:25

个回答