我正在尝试使用静态变量和方法(属性和行为)在 Python 中创建一个类
import numpy
class SimpleString():
popSize = 1000
displaySize = 5
alphatbet = "abcdefghijklmnopqrstuvwxyz "
def __init__(self):
pop = numpy.empty(popSize, object)
target = getTarget()
targetSize = len(target)
当代码运行时,虽然它说它不能使数组弹出,因为没有定义 popSize