{"id":15865,"date":"2024-01-16T18:31:01","date_gmt":"2024-01-16T10:31:01","guid":{"rendered":"https:\/\/www.yimenyun.cn\/emen\/?p=15865"},"modified":"2024-01-16T18:31:01","modified_gmt":"2024-01-16T10:31:01","slug":"%e7%bd%91%e5%9d%80%e7%94%9f%e6%88%90app-h5%e5%ae%9a%e4%bd%8d%e6%80%8e%e4%b9%88%e5%ae%9e%e7%8e%b0","status":"publish","type":"post","link":"https:\/\/www.yimenyun.cn\/emen\/15865\/","title":{"rendered":"\u7f51\u5740\u751f\u6210app h5\u5b9a\u4f4d\u600e\u4e48\u5b9e\u73b0?"},"content":{"rendered":"

Title: \u5229\u7528H5\u5b9e\u73b0\u57fa\u4e8e\u7f51\u5740\u7684\u5b9a\u4f4dAPP<\/p>\n

\u6458\u8981\uff1a\u5728\u672c\u7bc7\u6587\u7ae0\u4e2d\uff0c\u6211\u4eec\u5c06\u4ecb\u7ecd\u5982\u4f55\u5229\u7528H5\u6280\u672f\u5b9e\u73b0\u57fa\u4e8e\u7f51\u5740\u7684\u5b9a\u4f4dAPP\u3002\u6211\u4eec\u5c06\u8be6\u7ec6\u4e86\u89e3\u5e76\u5b9e\u8df5\u4f7f\u7528HTML5\u5730\u7406\u4f4d\u7f6eAPI\uff0cJSON\u548cjQuery\u6280\u672f\u6765\u5236\u4f5c\u4e00\u4e2a\u57fa\u7840\u7684\u5b9a\u4f4d\u5e94\u7528\uff0c\u5e2e\u52a9\u521d\u5b66\u8005\u5feb\u901f\u5165\u95e8\u3002<\/p>\n

\u6b63\u6587\uff1a<\/p>\n

\u4e00\u3001HTML5\u5730\u7406\u4f4d\u7f6eAPI\u7b80\u4ecb<\/p>\n

HTML5\u5730\u7406\u4f4d\u7f6eAPI\u662fHTML5\u4e2d\u7684\u4e00\u4e2a\u65b0\u529f\u80fd\uff0c\u5b83\u4f7fWeb\u5e94\u7528\u7a0b\u5e8f\u80fd\u591f\u5728\u4e0d\u5f15\u5165\u4efb\u4f55\u989d\u5916\u63d2\u4ef6\u7684\u60c5\u51b5\u4e0b\uff0c\u8bbf\u95ee\u7528\u6237\u7684\u5730\u7406\u4f4d\u7f6e\u4fe1\u606f\u3002\u8fd9\u5c31\u4f7f\u5f97\u521b\u5efa\u8bf8\u5982\u57fa\u4e8e\u4f4d\u7f6e\u7684\u5bfc\u822a\u3001\u9910\u9986\u67e5\u627e\u3001\u5929\u6c14\u9884\u62a5\u7b49\u670d\u52a1\u7b49\u5e94\u7528\u6210\u4e3a\u53ef\u80fd\u3002<\/p>\n

\u4e8c\u3001\u521b\u5efa\u7b80\u5355\u5b9a\u4f4dAPP<\/p>\n

\u9996\u5148\uff0c\u6211\u4eec\u9700\u8981\u7f16\u5199\u57fa\u672c\u7684HTML\u4ee3\u7801\uff0c\u5e76\u8bbe\u7f6e\u7f51\u9875\u7ed3\u6784\u3002\u5728\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u5c06\u4f7f\u7528JavaScript\u8c03\u7528HTML5\u5730\u7406\u4f4d\u7f6eAPI\u3002\u8bf7\u53c2\u9605\u4ee5\u4e0b\u4ee3\u7801\uff1a<\/p>\n

“`html<\/p>\n<\/p>\n

\n

\n

\u57fa\u4e8eH5\u7684\u7f51\u5740\u5b9a\u4f4dAPP<\/title><\/p>\n<\/p>\n<p>\n<p> \u57fa\u4e8eH5\u7684\u7f51\u5740\u5b9a\u4f4dAPP<\/p>\n<p> <button>\u83b7\u53d6\u4f4d\u7f6e<\/button><\/p>\n<p id=\"location-info\">\n<p> function getLocation() {<\/p>\n<p> if<a href=\"http:\/\/www.yimenyun.cn\/app-shengcheng-141.html\">\u7f51\u9875\u4e00\u952e\u751f\u6210app\u7684\u8f6f\u4ef6<\/a> (navigator.geolocation) {<\/p>\n<p> navigator.geolocation.getCurrentPosition(showPosition, showError);<\/p>\n<p> } else {<\/p>\n<p> $(“#location-info”).html(“\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u5730\u7406\u5b9a\u4f4d\u529f\u80fd\u3002”);<\/p>\n<p> }<\/p>\n<p> }<\/p>\n<p> function showPosition(position) {<\/p>\n<p> $(“#location-info”).html(“\u7eac\u5ea6: ” + position.coords.latitude + “<br \/>\u7ecf\u5ea6: ” + position.coords.longitude);<\/p>\n<p> }<\/p>\n<p> function showError(error) {<\/p>\n<p> switch (error.code) {<\/p>\n<p> case error.PERMISSION_DENIED:<\/p>\n<p> $(“#location-info”).html(“\u7528\u6237\u62d2\u7edd\u4e86\u5206\u4eab\u4f4d\u7f6e\u7684\u8bf7\u6c42\u3002”);<\/p>\n<p> break;<\/p>\n<p> case error.POSITION_UNAVAILABLE:<\/p>\n<p> $(“#location-info”).html(“\u65e0\u6cd5\u83b7\u53d6\u4f4d\u7f6e\u4fe1\u606f\u3002”);<\/p>\n<p> break;<\/p>\n<p> case error.TIMEOUT:<\/p>\n<p> $(“#location-info”).html(“\u83b7\u53d6\u4f4d\u7f6e\u4fe1\u606f\u8d85\u65f6\u3002”);<\/p>\n<p> break;<\/p>\n<p> case error.UNKNOWN_ERROR:<\/p>\n<p> $(“#location-info”).html(“\u53d1\u751f\u672a\u77e5\u9519\u8bef”);<\/p>\n<p> break;<\/p>\n<p> }<\/p>\n<p> }<\/p>\n<\/p>\n<\/p>\n<p>“`<\/p>\n<p>\u5728\u4ee5\u4e0a\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u9996\u5148\u5224\u65ad\u7528\u6237\u7684\u6d4f\u89c8\u5668\u662f\u5426\u652f\u6301\u5730\u7406\u4f4d\u7f6eAPI\u3002\u5982\u679c\u652f\u6301\uff0c\u6211\u4eec\u4f7f\u7528getCurrentPosition()\u65b9\u6cd5\u83b7\u53d6\u7528\u6237\u7684\u5730\u7406\u4f4d\u7f6e\u5e76\u663e\u793a\u5728\u7f51\u9875\u4e0a\u3002\u5982\u679c\u83b7\u53d6\u5931\u8d25\uff0c\u6211\u4eec\u5c06\u9519\u8bef\u4fe1\u606f\u663e\u793a\u51fa\u6765\u3002<\/p>\n<p>\u4e09\u3001\u4f18\u5316\u5b9a\u4f4d\u6548\u679c<\/p>\n<p>\u5728\u5b9e\u9645\u5e94\u7528\u4e2d\uff0c\u6211\u4eec\u53ef\u80fd\u8fd8\u9700\u8981\u4f7f\u7528\u5176\u4ed6\u7b2c\u4e09\u65b9API\uff08\u5982\uff1a\u767e\u5ea6\u5730\u56fe\u3001\u8c37\u6b4c\u5730\u56fe\u7b49\uff09\u5c06\u83b7\u53d6\u5230\u7684\u7ecf\u7eac\u5ea6\u4fe1\u606f\u8f6c\u6362\u6210\u5177\u4f53<\/p>\n<p><figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/i.yimenyun.net\/2023-01\/06\/16\/13604522613.jpg\" \/><\/figure>\n<\/p>\n<p>\u7684\u5730\u5740\u4fe1\u606f\u3002\u4ee5\u4e0b\u4ee3\u7801\u6f14\u793a\u4e86\u5c06\u7ecf\u7eac\u5ea6\u4fe1\u606f\u53d1\u9001\u81f3\u4e00\u4e2a\u5047\u8bbe\u7684\u5904\u7406\u51fd\u6570\uff0c\u5e76\u5c06\u8fd4\u56de\u7684\u5730\u5740\u4fe1\u606f\u663e\u793a\u5728\u7f51\u9875\u4e0a\uff1a<\/p>\n<p>“`javascript<\/p>\n<p>function showPosition(position) {<\/p>\n<p> var lat <a href=\"http:\/\/www.yimenyun.cn\/h5-shengcheng-app-31.html\">\u514d\u8d39h5\u751f\u6210app<\/a>= position.coords.latitude;<\/p>\n<p> var lng = position.coords.longitude;<\/p>\n<p> $(“#location-info”).html(“\u7eac\u5ea6: ” + lat + “<br \/>\u7ecf\u5ea6: ” + lng);<\/p>\n<p> \/\/ \u5047\u8bbe\u7684\u5904\u7406\u51fd\u6570<\/p>\n<p> getAddressFromCoordinates(lat, lng, function (address) {<\/p>\n<p> $(“#location-info”).append(“<br \/>\u5730\u5740\uff1a ” + address);<\/p>\n<p> });<\/p>\n<p>}<\/p>\n<p>\/\/ \u793a\u4f8b\u51fd\u6570<\/p>\n<p>function getAddressFromCoordinates(lat, lng, callback) {<\/p>\n<p> var address = “\u5b9e\u9a8c\u5ba4\u5927\u8857123\u53f7”;<\/p>\n<p> callback(address);<\/p>\n<p>}<\/p>\n<p>“`<\/p>\n<p>\u56db\u3001\u7ed3\u675f\u8bed<\/p>\n<p>\u901a\u8fc7\u672c\u7bc7\u6587\u7ae0\u7684\u9605\u8bfb\uff0c\u60a8\u5e94\u8be5\u5df2\u7ecf\u4e86\u89e3\u4e86\u5982\u4f55\u5229\u7528HTML5\u5730\u7406\u4f4d\u7f6eAPI\u521b\u5efa\u4e00\u4e2a\u57fa\u4e8e\u7f51\u5740\u7684\u5b9a\u4f4dAPP\u3002\u4f46\u662f\uff0c\u5b9e\u9645\u5e94\u7528\u4e2d\u53ef\u80fd\u9700\u8981\u7ed3\u5408\u66f4\u591a\u529f\u80fd\u548c\u6280\u672f\u6765\u5b9e\u73b0\u5b9a\u4f4d\u3001\u641c\u7d22\u3001\u5bfc\u822a\u7b49\u529f\u80fd\u3002\u5e0c\u671b\u8fd9\u7bc7\u6587\u7ae0\u80fd\u5bf9\u60a8\u7684\u5b66\u4e60\u63d0\u4f9b\u5e2e\u52a9\uff0c\u795d\u60a8\u5b66\u4e60\u8fdb\u6b65\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Title: \u5229\u7528H5\u5b9e\u73b0\u57fa\u4e8e\u7f51\u5740\u7684\u5b9a\u4f4dAPP\u6458\u8981\uff1a\u5728\u672c\u7bc7\u6587\u7ae0\u4e2d\uff0c\u6211\u4eec\u5c06\u4ecb\u7ecd\u5982\u4f55\u5229\u7528H5\u6280\u672f\u5b9e\u73b0\u57fa\u4e8e\u7f51\u5740\u7684\u5b9a\u4f4dAPP\u3002\u6211\u4eec\u5c06\u8be6\u7ec6\u4e86\u89e3\u5e76\u5b9e\u8df5\u4f7f\u7528HTML5\u5730\u7406\u4f4d\u7f6eAPI\uff0cJSON\u548cjQuery\u6280\u672f\u6765\u5236<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[19509,1226,734,10359,6121],"topic":[],"class_list":["post-15865","post","type-post","status-publish","format-standard","hentry","category-appkf","tag-html5app","tag-1226","tag-734","tag-10359","tag-app"],"_links":{"self":[{"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/posts\/15865","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/comments?post=15865"}],"version-history":[{"count":1,"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/posts\/15865\/revisions"}],"predecessor-version":[{"id":15920,"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/posts\/15865\/revisions\/15920"}],"wp:attachment":[{"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/media?parent=15865"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/categories?post=15865"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/tags?post=15865"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.yimenyun.cn\/emen\/wp-json\/wp\/v2\/topic?post=15865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}