无法在蛋糕 php 中链接 javascript (defalut.ctp)

发布于 2025-01-02 22:54:48 字数 745 浏览 0 评论 0原文

我的 default.ctp (projects/customer/lib/Cake/View/Layouts/default.ctp) 的 head 标记中有以下代码:

<script type="text/javascript" src="/home/developer/workarea/projects/customer/app/webroot/js/jquery.autoSuggest.packed.js"></script>

但浏览器无法使用 js 文件:单击查看源中的链接查看js文件会产生以下错误:

<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /home/developer/workarea/projects/customer/app/webroot/js/jquery.autoSuggest.packed.js was not found on this server.</p>
<hr>
<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>
</body></html>

但是可以通过在浏览器中直接输入其url来访问js文件。

I have the following code in my default.ctp (projects/customer/lib/Cake/View/Layouts/default.ctp), in the head tag:

<script type="text/javascript" src="/home/developer/workarea/projects/customer/app/webroot/js/jquery.autoSuggest.packed.js"></script>

But the js file not available to the browser: clicking on the link in view source to view the js file produces the following error:

<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /home/developer/workarea/projects/customer/app/webroot/js/jquery.autoSuggest.packed.js was not found on this server.</p>
<hr>
<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>
</body></html>

But the js file is accessible by directly entering its url in the browser.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倥絔 2025-01-09 22:54:48

为什么你不尝试:

<?php $this->Html->script('jquery.autoSuggest.packed.js');?>

why you don'try :

<?php $this->Html->script('jquery.autoSuggest.packed.js');?>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文