python的数组让我很疑惑,在python中请教如何定义二维数组a[][3],在a[][1]存储第一个参数.....
我刚学python,这是我写的函数,数组的这些代码是我的构想,肯定是错的,所以想请python大神帮我修改一下,能够把这三个长度未知的参数存储在这个二维数组中,真的是非常...
我刚学python,这是我写的函数,数组的这些代码是我的构想,肯定是错的,所以想请python大神帮我修改一下,能够把这三个长度未知的参数存储在这个二维数组中,真的是非常感激不尽。。。
import xml.dom.minidom
import fileinput
import sys
import re
class Fileoperator:
def openfile(self,filepath):
dom = xml.dom.minidom.parse(filepath)
root = dom.getElementsByTagName('note')
a[][3]
for note in root:
durTick_index=note.getElementsByTagName("durTick")[0].firstChild.data
a[][1] = durTick_index
print a[][1]
noteNum_index = note.getElementsByTagName("noteNum")[0].firstChild.data
a[][2] = noteNum_index
print a[][2]
lyric_index=note.getElementsByTagName("lyric")[0].firstChild.data
for eachline in fileinput.input('F:\\final.txt'):
a=re.search(lyric_index,eachline)
if a:
a[][3] = fileinput.lineno()
print a[][3] 展开
import xml.dom.minidom
import fileinput
import sys
import re
class Fileoperator:
def openfile(self,filepath):
dom = xml.dom.minidom.parse(filepath)
root = dom.getElementsByTagName('note')
a[][3]
for note in root:
durTick_index=note.getElementsByTagName("durTick")[0].firstChild.data
a[][1] = durTick_index
print a[][1]
noteNum_index = note.getElementsByTagName("noteNum")[0].firstChild.data
a[][2] = noteNum_index
print a[][2]
lyric_index=note.getElementsByTagName("lyric")[0].firstChild.data
for eachline in fileinput.input('F:\\final.txt'):
a=re.search(lyric_index,eachline)
if a:
a[][3] = fileinput.lineno()
print a[][3] 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询