gpt4 book ai didi

javascript - 使用 PHP include 函数将 JSON 文件添加到 JS

转载 作者:行者123 更新时间:2023-11-27 23:36:42 25 4
gpt4 key购买 nike

我曾经执行以下操作将 JSON 文件的内容添加到我的 JS 代码中,但由于我更改了我的网络主机,我收到此错误:“Uncaught SyntaxError: Unexpected token <”

var someVar = <?php include 'someJsonFile.geojson'; ?>;

我哪里出错了?

最佳答案

一个快速修复方法可能是修改 js 文件所在目录中现有的 .htaccess 文件(或创建新的 .htaccess 文件)。

尝试将以下行之一添加到 .htaccess 文件中:

AddHandler x-httpd-php .html .htm .js
AddHandler php-script .php .html .htm .js
AddHandler php5-script .php .html .htm .js
AddType application/x-httpd-php .htm .js
AddType application/x-httpd-php .html .js

注意到末尾的“.js”了吗?这将指示服务器通过 PHP 处理 js 文件。

关于javascript - 使用 PHP include 函数将 JSON 文件添加到 JS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34077597/

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