{"id":610,"date":"2022-12-15T20:33:20","date_gmt":"2022-12-15T12:33:20","guid":{"rendered":"https:\/\/www.djlog.cn\/?p=610"},"modified":"2023-01-07T15:23:48","modified_gmt":"2023-01-07T07:23:48","slug":"php%e5%a4%84%e7%90%86%e5%9c%b0%e5%9d%80%e5%8c%b9%e9%85%8d%e5%87%ba%e7%9c%81%e5%b8%82%e5%8c%ba","status":"publish","type":"post","link":"https:\/\/www.djlog.cn\/?p=610","title":{"rendered":"PHP\u5904\u7406\u5730\u5740\u5339\u914d\u51fa\u7701\u5e02\u533a"},"content":{"rendered":"<pre class=\"language-php\"><code>\/*\r\n * \u5904\u7406\u5730\u5740-\u5339\u914d\u5254\u9664\u7701\u5e02\u533a\r\n *\/\r\nfunction handleAddress($address){\r\n    preg_match('\/(.*?(\u7701|\u81ea\u6cbb\u533a|\u5317\u4eac|\u5929\u6d25|\u91cd\u5e86|\u4e0a\u6d77|\u5317\u4eac\u5e02|\u5929\u6d25\u5e02|\u91cd\u5e86\u5e02|\u4e0a\u6d77\u5e02))\/', $address, $matches);\r\n    if(count($matches) &gt; 1){\r\n        $province = $matches[count($matches) - 2];\r\n        $address = str_replace($province, '', $address);\r\n    }\r\n    preg_match('\/(.*?(\u5e02|\u81ea\u6cbb\u5dde|\u5730\u533a|\u533a\u5212|\u53bf))\/', $address, $matches);\r\n    if(count($matches) &gt; 1){\r\n        $city = $matches[count($matches) - 2];\r\n        $address = str_replace($city, '', $address);\r\n    }\r\n    preg_match('\/(.*?(\u533a|\u53bf|\u9547|\u4e61|\u8857\u9053))\/', $address, $matches);\r\n    if(count($matches) &gt; 1){\r\n        $area = $matches[count($matches) - 2];\r\n        $address = str_replace($area, '', $address);\r\n    }\r\n    \/\/\u8f93\u51fa \u7701\u5e02\u533a\u4e4b\u5916\u7684\u4fe1\u606f\r\n    return $address;\r\n\r\n    \/\/\u8f93\u51fa \u7701\u5e02\u533a\u4fe1\u606f\r\n    \/\/return array('province'=&gt;isset($province) ? $province : '','city' =&gt; isset($city) ? $city : '','area' =&gt; isset($area) ? $area : '');\r\n}<\/code><\/pre>\n<p>\u5f15\u7528\uff1ahttps:\/\/blog.csdn.net\/weixin_43563571\/article\/details\/119212024<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\/* * \u5904\u7406\u5730\u5740-\u5339\u914d\u5254\u9664\u7701\u5e02\u533a *\/ function handleAddress($address){  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[4],"tags":[],"class_list":["post-610","post","type-post","status-publish","format-standard","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/610","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=610"}],"version-history":[{"count":0,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=\/wp\/v2\/posts\/610\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=610"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=610"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.djlog.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}