简体   繁体   English

斜线双下划线斜线是什么意思? / __ /

[英]what does slash double underscore slash mean? /__/

On github i see this path to a file: 在github上,我看到了这个文件的路径:

importScripts('/__/firebase/3.8.0/firebase-app.js');
importScripts('/__/firebase/3.8.0/firebase-messaging.js');
importScripts('/__/firebase/init.js');

What does the "/__/" stands for? “/ __ /”代表什么?

On Firebase Hosting, the Firebase SDK along with a script that initializes the SDK for the current project are automatically served from special reserved URLs. 在Firebase Hosting上,Firebase SDK以及为当前项目初始化SDK的脚本将自动从特殊保留URL提供。 You can read more about it on this blog post . 您可以在此博客文章中阅读更多相关信息

这意味着所有库都在根文件夹中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM