点击运行
import numpy as np #操作数组 print (np.char.lower(['JIYIK','GOOGLE'])) # 操作字符串 print (np.char.lower('JIYIK'))
运行结果 :
正在执行...