最佳答案
如何从Nodejs中的绝对路径获取文件名?
例如:"foo.txt"
from "/var/www/foo.txt"
我知道它适用于字符串操作,比如fullpath.replace(/.+\//, '')
,
但我想知道是否有显式的方法,如Java中的file.getName()
?< / p >