修改template/postFrm.html
用記事本打開,在最下面加入下面的代碼
<script>
sort="默認(rèn)所在地的ID";
for(i=0;i<document.postmess.address.options.length;i++)
{
if(document.postmess.address.options[i].value==sort)
{
document.postmess.address.options[i].selected=true;
}
}
</script>