LiFan
2024-10-08 3a472773d0527bce4f68b2b91d826f769289ea7a
jrj/project/vindexform.cpp
@@ -65,7 +65,7 @@
      x.load(L"cache\\config.xml");
      if (x.xml() == L"")
      {
         //alert(L"<config><home "+att+L"=L"+value+L"/></config>");
         //alert(L"<config><home "+att+L"="+value+L"/></config>");
         x.loadXML(L"<config><home " + att + L"='" + value + L"'/></config>");
      }
      else