今天無意間發現 Garmin nuMaps 裡頭的小玩笑。
有興趣的人不妨看一下網頁原始碼,玄機就在 header 的地方。
這裡頭當然也看的到 運算太複雜,不算了...
homerun wrote:
今天無意間發現 Ga...(恕刪)
下面原始碼是未來開放路線規劃的功能嗎?
<input id="r_type_1" name="r_type" type="radio" value="Time" checked="checked" /> 較短時間
<input id="r_type_2" name="r_type" type="radio" value="HW1" /> 一高優先
<input id="r_type_3" name="r_type" type="radio" value="HW3" /> 二高優先
<input id="r_uturn" name="r_uturn" type="checkbox" value="uturn" checked="checked" /> 迴避迴轉
<input id="r_button" class="disabled" value="導航" type="submit" disabled="disabled" />
<input id="r_report" class="disabled" value="回報" type="button" onclick="route_report();" disabled="disabled" />