xj qian
2024-09-20 8c81832b427aced9508265f8bd804f1e66c2059b
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