RectTransformUtility.ScreenPointToLocalPointInRectangle(canvasRect,Input.mousePosition,null,out outVec)
第一个参数对应的是要对应的RectTransform第二个参数对应的是需要转换的坐标第三个参数是Canvas的相机第四个就是转换后的坐标了