JSON语法错误: ' --items' 参数无效 - 如何解决
This error message indicates that there is a syntax error in the JSON you provided for the --items parameter. The error specifically mentions that it is expecting a comma delimiter at line 3, column 41 (character 90).\n\nTo fix this error, you need to check the JSON data and make sure that all the commas are placed correctly. Here is an example of a valid JSON array with three items:\n\n\n--items='["item1", "item2", "item3"]'\n\n\nMake sure that your JSON data follows the correct syntax and that all commas are placed correctly.
原文地址: https://www.cveoy.top/t/topic/pTiC 著作权归作者所有。请勿转载和采集!