我正在使用 String.Format 并不断收到错误消息:输入字符串格式不正确。
我试图消除不同的可能性,但我找不到解决方案。
解决方案一定很简单,但我找不到。
var peanuts = String.Format("{label: '{0}', legendEntry: true, data: { y: [new Date('{1}')], x: [new Date('{2}')], y1: [{3}] } }",
"name", "sync date", "download date", "100");