需要提交一个kml文件到这个网站页面进行转换,结果把表单的action页面下载下来了,却没有执行里面的计算公式。
提交页面:https://gemvg.com/php/movingTrail/TrailMove.htm
下面代码复制到记事本,保存为.kml文件。这是原始文件。
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>123.kml</name>
<Style id="default">
</Style>
<StyleMap id="default0">
<Pair>
<key>normal</key>
<styleUrl>#default</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#hl</styleUrl>
</Pair>
</StyleMap>
<Style id="hl">
<IconStyle>
<scale>1.2</scale>
</IconStyle>
</Style>
<Placemark>
<name>456</name>
<styleUrl>#default0</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>
118.9715390045967,41.10803659280634,0 118.7830757004972,41.09458147205093,0 118.4900805693265,41.02222054168739,0 118.2500152762666,40.97874049961883,0 117.7513841236492,40.78723716529165,0 117.2499026968427,40.55982848172538,0 116.8539238554661,40.39062448000289,0 116.493279044951,40.14720281209266,0 116.235769357544,39.96311958186782,0 116.0686606929232,39.77007051013776,0 115.9523324076762,39.60701741635946,0 115.8754103156604,39.40541041958122,0 115.7989370671493,39.2039147477838,0 115.7229018614278,39.00251811916255,0 115.6700515739901,38.66010545163652,0 115.5845106979929,38.39055215154803,0 115.548173486459,38.15118686994311,0 115.4533750093684,37.81351977628276,0 115.2861521374969,37.27507061825946,0 115.1161300861359,36.70248397205917,0 114.8444090403029,36.0007143701343,0 114.5487287391799,35.40417613396646,0 114.274782348512,34.94321839225489,0 113.9705121201879,34.55312300995942,0 113.5896737782026,34.2027260461472,0 113.0370464837227,33.79415411238963,0 112.3637056308493,33.39035462970289,0 111.5660118249366,32.95394246052042,0 111.2512057226688,32.72801680054612,0 111.0716468475863,32.59827705825928,0 110.8923141470824,32.46806436721454,0 110.7958151961631,32.33302038083918,0 110.6960009085306,32.1628108145122,0 110.5551216454635,31.99435947250098,0 110.4042614833599,31.72031480266511,0 110.2126167398826,31.44731677834305,0 110.0280701173969,31.24368911821712,0 109.7139796102849,30.97376622059643,0 109.3625121289529,30.73887694590887,0 109.1030596225456,30.60572471967073,0 108.4635096437339,30.37536093672649,0 107.7400410132346,30.14100372590656,0 106.8532851322565,29.97291612305362,0 106.0057921993622,29.83123315269162,0 105.1973139659939,29.71733660262123,0 104.4299445498391,29.66893176897254,0 103.8302751726899,29.65478275732493,0 103.1829559276667,29.63496030714863,0 102.574036326115,29.61199883384748,0 102.2255768483605,29.63357086030742,0 101.8357929634464,29.76169249350017,0 101.4415560923146,29.85154505787254,0 101.1784157144886,29.94724283201461,0 100.6507466443394,30.24654868313672,0 99.93514369595111,30.64108332244464,0 98.97423610180286,31.26994471144045,0 97.83801815580765,31.98796368791509,0 96.76099068702545,32.52030592234454,0 96.10597726563869,32.86510909382616,0 95.64903606937916,33.00623105118734,0 95.28951683493329,33.11881856765543,0 94.92643810660493,33.23030853771004,0 94.6692970659393,33.24123442965923,0 94.30285707449143,33.31407317876997,0 94.04476165138816,33.28668294165731,0 93.67849082780711,33.28378360618373,0 93.20121287514777,33.30421600232364,0 92.67196032805654,33.24201944400772,0 92.24108966214855,33.22679303303735,0 91.80608746132758,33.20943343287758,0 91.42519040673623,33.15992344761222,0 91.04117098580035,33.10855752114036,0 90.65392110999592,33.05528194593855,0 90.26333560710307,33.00004123472671,0 89.98639437771152,32.92187581266013,0 89.59420842417312,32.82547364818927,0 89.2029220362967,32.68907106634072,0 88.86169803504143,32.59705895779535,0 88.5177892293391,32.50320438436002,0 88.4010369216862,32.48413215281474,0
</coordinates>
</LineString>
</Placemark>
</Document>
</kml>
有的电脑可以完成提交和计算,有的电脑只是提交,然后把action=“”中的php页面下载下来。
【以下回答由 GPT 生成】
我很高兴能帮助你解决问题,请提供具体的问题描述,我将尽力给出相应的解决方案。