答案:我找到了一种方法。进入目录并键入del C:\wamp64\www\MyTest
。这样可行。注意:键入del background.jpg,..
不起作用。 background.jpg,..
问题:
在测试编程(NodeWebkit)期间,我创建了一个文件名错误的文件。我创建的文件名是:
File Explorer
是的,这是一个逗号,最后是两个句号。
我现在似乎无法删除此文件,即使在C:\wamp64\www\MyTest>del background.jpg,..
Could Not Find C:\wamp64\www\MyTest\background.jpg
C:\wamp64\www\MyTest\*, Are you sure (Y/N)? y
。
请帮忙,我该如何删除此文件?
修改
当我使用命令行时,我得到以下内容:
y
当我输入return
和dir
时,它什么也没做。
另请注意:当我在命令行中执行10/10/2017 17:51 82,792 background.jpg,..
时,它包含import xlrd # package to read Excel file
book = xlrd.open_workbook("File.xls") # open the file
sh = book.sheet_by_index(0) # get first Excel sheet
words = ['pin', 'log'] # list of words to search
for rx in xrange(sh.nrows): # for each row in file
for word in words: # for each word in list
if word in str(sh.row(rx)): # check of word in row
print 'line',rx # if so, print row number
答案 0 :(得分:0)