As the error message states, you are trying to index a string value with an index that is not an integer. In your code, parms is a string.
確定! 回上一頁