跳到主要内容

is_same_script_path

判断两个脚本路径指向的系统路径是否相同

声明

bool is_same_script_path(string path1, string path2)

参数

参数名描述
path1需要判断是否相同的路径1
path2需要判断是否相同的路径2

返回值

是否相同

使用方式

返回文档