echo "<script>show_div();</script>";
?>
js函数:
function show_div(){
document.getElementById("show").style.display="block";
}
//div 是隐藏的,想通过php调用JS的函数把div显示出来
回复讨论(解决方案)
调用当然没问题,你需要注意的是 js 函数的代码必须在 echo 之前输出就可以了.而你的id=show 的div 要在js 代码之前输出
div->js ->php echo jscode.
php->div->js 这样的顺序有可能实现吗?如果我把php放在最后又会对别的功能有影响...
php 输出调用js 的时候 div 和 js 代码都没有存在 它怎么执行?
这不等于你在页面上直接打上
<script>show_div();</script>
你觉得它会执行什么?
为什么我用echo "<script>setTimeout('show_div()',10);</script>";
div 能显示出来?
直接用echo "<script>show_div();</script>";
的时候就不行,他们区别在哪?
页面执行是从上到下的。。你把div和js函数放到PHP页面就可以了。
setTimeout('show_div()',10)
意思过10毫秒秒后调用show_div()函数。这个时候DOM自然也就加载完了。
抱歉,打错字了。
你把div和js函数放到PHP页面就可以了。
==》
你把div和js函数放到PHP代码上面就可以了。
页面执行是从上到下的。。你把div和js函数放到PHP页面就可以了。
setTimeout('show_div()',10)
意思过10毫秒秒后调用show_div()函数。这个时候DOM自然也就加载完了。
show();
function show()
{
echo 'hello word!';
}
?>
这个作何解释?
我们在讨论的是 div 和 js 在php里的输出执行,不是讨论php的函数,请看清楚.
照你这逻辑的话 就直接在php里写js 好了.
引用 5 楼 jordan102 的回复:
页面执行是从上到下的。。你把div和js函数放到PHP页面就可以了。
setTimeout('show_div()',10)
意思过10毫秒秒后调用show_div()函数。这个时候DOM自然也就加载完了。
show();
function show()
{
echo 'hello word!';
}
?……
解释啥? 你这个是php, 楼上是js/html
引用 5 楼 jordan102 的回复:
页面执行是从上到下的。。你把div和js函数放到PHP页面就可以了。
setTimeout('show_div()',10)
意思过10毫秒秒后调用show_div()函数。这个时候DOM自然也就加载完了。
show();
function show()
{
echo 'hello word!';
}
?……
估计是你的echo 在JS之前输出了··那个时候show_div 函数还没执行··,你延时10秒,页面加载完成,JS函数自然就有了
你把ECHO放到文件末尾看看
谢谢大家,已经弄明白了
请问你是怎么解决的?

Long URLs, often cluttered with keywords and tracking parameters, can deter visitors. A URL shortening script offers a solution, creating concise links ideal for social media and other platforms. These scripts are valuable for individual websites a

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

The 2025 PHP Landscape Survey investigates current PHP development trends. It explores framework usage, deployment methods, and challenges, aiming to provide insights for developers and businesses. The survey anticipates growth in modern PHP versio

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

SublimeText3 Chinese version
Chinese version, very easy to use

SublimeText3 English version
Recommended: Win version, supports code prompts!

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
