PHP添加一个按钮的2中方式,单引号和双引号2种写法。
程序员文章站
2022-04-02 18:29:45
...
php代码
echo "<input type='button' onclick=\"window.location='index.php'\" value='查询' />"; echo '<input type="button" onclick="window.location=\'index.php\'" value="查询" />';
上一篇: php怎么开启报错提示
下一篇: php连接数据库的方式有哪些?