我有一个生成 js 的 php 文件。当我尝试:
ext.require('path/file.php');
我得到错误:
Error: [Ext.Loader] Failed loading synchronously via XHR: 'path/file/php.js'; please verify that the file exists. XHR status code: 404
问题是我有 file.php 和 ext 试图获取 file/php.js
我怎样才能让它尝试获取正确的文件?