【JavaScript】------JavaScript文字列配列をJson配列に変換
1,javaScript配列文字列を配列に変換
var array=JSON.parse("["liyou","str"]");