我希望将该字符串转换为 String.Format 但无法正确格式化。请如果你能帮助我。
string s = "$(\"#container\").notify();$(\"#container\").notify(\"create\", \"basic-template\", { title: '{0}', text: '{1}'},{ expires: false, speed: 1000 });";
我想把它变成string.Format。我尝试转换它,但它显示错误。输入字符串的格式不正确