#region 构造函数public AStar(Map map){this.map = map;}#endregion请问,#region和 #endregion不写,影不影响中间的构造函数?还有,构造函数就是每次实例化类的时候会去执行一下,对吧? 查看完整描述