标签:
<script> $(function () { $.post("RegisterNew.aspx", { "ddlprovince": $("ddlprovince").text, "ddlcity": $("ddlcity").text }, function (data, status) { if (status == "success") { } }); }); </script>
标签:
原文地址:http://www.cnblogs.com/chenmfly/p/4886632.html