PHP添加一个按钮的2中方式,单引号和双引号2种写法。
程序员文章站
2022-03-24 23:29:46
...
php代码
echo "<input type='button' onclick=\"window.location='index.php'\" value='查询' />"; echo '<input type="button" onclick="window.location=\'index.php\'" value="查询" />';
上一篇: 专栏:PHP设计模式