python将字符串转换成数组的方法。分享给大家供大家参考。具体实现方法如下:
#-----------------------------------------
# Name: string_to_array.py
# Author: Kevin Harris
# Last Modified: 02/13/04
# Description: This Python script demonstrates
# how to modify a string by
# converting it to an array
#----------