添加注释

This commit is contained in:
2023-05-01 22:47:22 +08:00
parent 295f24b49b
commit 4dca507c64
4 changed files with 59 additions and 46 deletions

View File

@@ -29,8 +29,9 @@
</body>
<script>
$(function () {
//调用函数
getCountry();
// 选项节点获取code --province Code
$("#province").change(function () {
CountryId = $("#province").val();
// console.log(FatherId);
@@ -40,6 +41,7 @@
getArea(CityID);
});
// 选项节点获取code --City Code
$("#city").change(function () {
CityID = $("#city").val();
// console.log(CityID);