2012-09-10 63 views

回答

0

使用dir函数:

files = dir('*.aaa'); 
files(1).name 
+0

非常感谢! :) – user1661261

相关问题