Home  >  Article  >  php教程  >  PHP添加一个按钮的2中方式,单引号和双引号2种写法。

PHP添加一个按钮的2中方式,单引号和双引号2种写法。

PHP中文网
PHP中文网Original
2016-05-25 16:58:081301browse

php代码

echo "<input type=&#39;button&#39; onclick=\"window.location=&#39;index.php&#39;\" value=&#39;查询&#39; />";
echo &#39;<input type="button" onclick="window.location=\&#39;index.php\&#39;" value="查询" />&#39;;


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn