s="C:\\Documents and Settings\\Administrator\\桌面\\新建 文本文档.txt"
b = s.substr(s.lastIndexOf("\\")+1)
alert(b)