-5
嗨我想做一個方法,其中如果用戶在輸入字段中輸入他/她的地址,然後單擊提交,我的應用程序將處理它並將地址存儲到特定字段中。例如:Javascript地址正則表達式地址
用戶地址輸入: 135地塊10塊20 Dewmond街站羅莎村6卡蘭巴麗4027名菲律賓
我想要什麼:
Unit: 135 Lot 10 Block 20
Street: Dewmond Street
Compound: Sta Rosa Village 6
City: Calamba
Province: Laguna
Zip: 4027
Country: Philippines
在你想要什麼之前,你應該總是把你的嘗試 – juvian
用正則表達式或任何其他方法無法做到這一點(可靠)。 – JJJ
我會建議使用Google Place API。 https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete –