util_libutil_directoryis_same_script_path本页总览is_same_script_path 判断两个脚本路径指向的系统路径是否相同 声明 bool is_same_script_path(string path1, string path2) 参数 参数名描述path1需要判断是否相同的路 径1path2需要判断是否相同的路径2 返回值 是否相同 使用方式 返回文档