Importing XML to HTML Without a Server

后端 未结 3 1363
深忆病人
深忆病人 2021-01-25 15:24

I\'ve been trying to import an XML document into HTML without using a server. I\'m working with standalone computers so I can\'t upload it to any server, which means I can\'t us

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-25 15:45

    Well, you can run a local server on your stand alone computer. There are many to choose from, just google. That is what localhost is for. ie http://127.0.0.1/some_xml_file.xml

提交回复
热议问题