local root_Panel = ccs.GUIReader:getInstance():widgetFromJsonFile("MoveAnimation_1/MoveAnimation_1.ExportJson");
local ListView_Panel = root_Panel:getChildByName("ListView_1");
local image_First = ListView_Panel:getChildByName("Image_2");
如何获取image_First的X,Y坐标?