Home >Backend Development >PHP Tutorial >php中,用echo调用JS函数,有什么有关问题

php中,用echo调用JS函数,有什么有关问题

WBOY
WBOYOriginal
2016-06-13 11:26:301062browse

php中,用echo调用JS函数,有什么问题?
     echo "<script>show_div();</script>";
?>

js函数:
function show_div(){
    document.getElementById("show").style.display="block";
}

//div 是隐藏的,想通过php调用JS的函数把div显示出来

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