oracle apex 应用程序中的 JS 文件加载失败
JS file loading failed in in oracle apex application
我在我的 oracle apex 应用程序中添加了一个名为 'dtformat.js' 的 java 脚本文件。该文件已添加到 Static Application Files 目录中。
我使用代码
在我的页面中添加了文件
<script src="#APP_IMAGES#dtformat.js" type="text/javascript"> </script>
控制台日志显示错误,
Loading failed for the <script> with source “#WORKSPACE/r/140/files/static/v74/dtformat.js”. 1 f:471
然后我在静态文件的位置找到了一些东西。上传的文件大小显示833,其他文件大小分别显示100KB、21KB、300KB,但这个文件-dtformat.js显示833,不是833KB。 KB 被排除在外。可能导致此错误的原因是什么?
问题出在路径上:为什么 #WORKSPACE
字符串在路径中?
#WORKSPACE/r/140/files/static/v74/dtformat.js
我在我的 oracle apex 应用程序中添加了一个名为 'dtformat.js' 的 java 脚本文件。该文件已添加到 Static Application Files 目录中。 我使用代码
在我的页面中添加了文件 <script src="#APP_IMAGES#dtformat.js" type="text/javascript"> </script>
控制台日志显示错误,
Loading failed for the <script> with source “#WORKSPACE/r/140/files/static/v74/dtformat.js”. 1 f:471
然后我在静态文件的位置找到了一些东西。上传的文件大小显示833,其他文件大小分别显示100KB、21KB、300KB,但这个文件-dtformat.js显示833,不是833KB。 KB 被排除在外。可能导致此错误的原因是什么?
问题出在路径上:为什么 #WORKSPACE
字符串在路径中?
#WORKSPACE/r/140/files/static/v74/dtformat.js