Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
<% Set fs=Server.CreateObject("Scripting.FileSystemObject") Response.Write("这个文件名的最后一个成分是:") Response.Write(fs.GetFileName("c:\windows\cursors\abc.cur")) set fs=nothing %>