gpt4 book ai didi

php - 包含 jQuery 时的空白页

转载 作者:可可西里 更新时间:2023-10-31 22:14:31 24 4
gpt4 key购买 nike

我正在尝试在我的 PHP 脚本中添加一个 jQuery。除了添加 jQuery 脚本外,一切都很顺利。然后页面变为空白。

这是我的代码:

function site_header() {
echo "<html dir=\"rtl\">
<!DOCTYPE HTML>
<html>
<head>
<meta name=\"viewport\" content=\"width=device-width; initial-
scale=1.0; maximum-scale=1.0;\">
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<title>Arabsfun :: تسالي العرب</title>
<link href=\"css/style.css\" type=\"text/css\" rel=\"stylesheet\">";

echo Pulse::css();
echo Pulse::javascript();
echo "</head>
<body>
<div id=\"wrap\">
<div class=\"header\">
<div class=\"logo\">
<a href=\"index.php\"><img src=\"images/logo.png\" alt=\"Arabsfun\" /></a>
</div>
<div class=\"clear-float\">
</div><br>
</div>
<div class=\"content\">" . navbar() ." </div>
</center>" ;
}

然后我使用函数 site_header() 在页面上启动标题。

关于如何解决这个问题有什么想法吗?

最佳答案

我根本没有在该代码中看到任何对 jQuery 的引用。我假设您输入了如下内容:

<link href=\"css/style.css\" type=\"text/css\" rel=\"stylesheet\">
<script type=\"text/javascript\" src=\"jquery.js\">

您需要收尾</script>否则整个页面将被视为脚本并且不会发出任何内容。

关于php - 包含 jQuery 时的空白页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9196682/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com