How to get the final value of province and city in php? I want to implement linkage, submit the linkage value to a php file, and then insert it into another table in the database
建一張省市區(qū)表,根據(jù)父級ID實現(xiàn)多層級值關聯(lián),然后就是在js里面通過觸發(fā)事件請求接口,在接口里面對表進行一系列操作,將得到的省市區(qū)數(shù)據(jù)存儲到 地址表中,下次根據(jù)唯一索引和主鍵就可以取了