可以使用以下方法:
window.location
对象来获取当前脚本的名称和路径。具体代码如下:var scriptName = window.location.pathname.split('/').pop();
var scriptPath = window.location.href.substring(0, window.location.href.lastIndexOf('/') + 1);
其中,scriptName
表示当前脚本的名称,scriptPath
表示当前脚本的路径。
import os
scriptName = os.path.basename(__file__)
scriptPath = os.path.dirname(os.path.abspath(__file__))
import java.io.File;
String scriptName = new File(Main.class.getProtectionDomain().getCodeSource().getLocation().getPath()).getName();
String scriptPath = new File(Main.class.getProtectionDomain().getCodeSource().getLocation().getPath()).getParent();
$scriptName = basename(__FILE__);
$scriptPath = dirname(__FILE__);
apiVersion: v1
kind: Pod
metadata:
name: my-pod
spec:
containers:
- name: my-container
image: my-image
command: ["/bin/sh", "-c"]
args: ["echo $0 && pwd"]
在上述示例中,$0
表示当前脚本的名称,pwd
表示当前脚本的路径。
import { NativeModules } from 'react-native';
const scriptName = NativeModules.SourceCode.scriptURL.split('/').pop();
const scriptPath = NativeModules.SourceCode.scriptURL.replace(scriptName, '');
以上是获取当前脚本的名称和路径的方法,根据不同的开发环境和编程语言,具体实现方式可能会有所不同。
领取专属 10元无门槛券
手把手带您无忧上云