<!DOCTYPE html>
<html>
<head>
<title>纯JS省市区联动</title>
<meta charset="UTF-8">
<!--<script type="text/javascript" src="jsAddress.js"></script>-->
</head>
<body>
<div >'+town[i]+'</option>');
}
}
});
}
};
$('#demo3').citys({
province:'福建',
city:'厦门',
area:'思明',
onChange:function(info){
townFormat(info);
}
},function(api){
var info = api.getInfo();
townFormat(info);
});
</script>
</body>
</html>

相关文章:

  • 2021-10-18
  • 2022-12-23
  • 2021-05-02
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-23
  • 2021-04-19
相关资源
相似解决方案