#region 構造函數public AStar(Map map){this.map = map;}#endregion請問,#region和 #endregion不寫,影不影響中間的構造函數?還有,構造函數就是每次實例化類的時候會去執行一下,對吧? 查看完整描述